{% extends "django_contactme/base.html" %} {% load contactme %} {% block contactme %} {% if not form.errors %}
Your message preview:
{{ message|linebreaks }}
{% endif %}
{% include "django_contactme/form.html" %}
{% endblock %}