{% block stylesheets %} {% endblock %}
{{ include('components/contact/_connect.html.twig') }} {% if app.current_route == 'app_home' %} {{ include('components/contact/_form.html.twig') }} {% else %}{# {% elseif app.current_route == 'app_contact_confirm' %} #} {{ include('components/contact/_confirm.html.twig') }} {% endif %}