{% set active = 'contact' %} {% extends "base.html.twig" %} {% block stylesheets %} {% endblock %} {% block body %}
{{ render(path('template.get',{url : 'contact'})) }} {{ render(path('template.get',{url : 'contact_form'})) }}
{% endblock %}