{% block stylesheets %} {% endblock %}
{# contact-title #}

{{ 'contact-title' | trans ( [], 'contact' , langue ) }}

{# contact-title-span #} {{ 'contact-title-span' | trans ( [], 'contact' , langue ) }}
{% if app.current_route == 'app_contact' %} {{ include('components/contact/_form.html.twig') }} {% elseif app.current_route == 'app_contact_confirm' %} {{ include('components/contact/_confirm.html.twig') }} {% endif %} {% if app.current_route == 'app_home' %} {{ include('components/contact/_form.html.twig') }} {% endif %}