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