Return form
{% form 'contact' %}
{% if form.posted_successfully? %}
{% endif %} {% if form.errors %}
{% endif %} {% endform %}
{% if settings.show-map %}
{% endif %}
{{ 'contact.form.post_success' | t }}
{{ 'general.forms.post_error' | t }}
{{ settings.map }}