{% extends "comments/base.html" %} {% load markup %} {% block title %}{{ block.super }} ยป Preview your comment{% endblock %} {% block content %} {% if form.errors %}
{{ comment|restructuredtext }}{% endif %} {% include "comments/_comment_form.html" %} {% endblock %}