{% extends 'layouts/layout_home.html' %} {% block title %} Contact | {{ config['PUBLIC_CONFIG'].site.title }} {% endblock %} {% block styles %} {{ super() }} {% endblock %} {% block content %}
{% if success %}

Thank you for your message. We'll get back to you shortly.

{% else %}
{{ form.hidden_tag() }}
{{ form_field(form.submit, class="btn") }}
{% endif %}
← {% trans %}Home{% endtrans %} {{ config['PUBLIC_CONFIG'].site.title }}
{% endblock %}