{% if messages %} {% for message in messages %} {{ message|escape }} × {% endfor %} {% endif %} {% if form.errors %} {% for error in form.non_field_errors %} {{ error|escape }} × {% endfor %} {% endif %} {% block content_pre %}{% endblock %} {% block content %} No content here. {% endblock %}