{% extends "blog/base.html" %} {% block title %}Add a comment{% endblock %} {% block content %} {% if comment %}

Your comment has been added.

Back to the post

{% else %} {% include "blog/post/includes/comment_form.html" %} {% endif %} {% endblock %}