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

Please correct the error{{ form.errors|length|pluralize }} below

{% else %}

Preview your comment

{{ comment|restructuredtext }}
{% endif %} {% include "comments/_comment_form.html" %} {% endblock %}