{{ page.title }}
{{ page.content }}
{% form 'contact' %}
{% comment %}
Successful message
{% endcomment %}
{% if form.posted_successfully? %}
{% endform %}
{{ 'contact.form.post_success' | t }}
{% endif %} {{ form.errors | default_errors }}