{% extends 'partials/base.html.twig' %} {% block content %}

{{ page.title }}

{{ page.content }}
{% for m in header.modules %} {% include 'partials/modules.html.twig' with {'module':m } %} {% endfor %}

L'équipe

{% for team in page.header.team %}
{# #}

{{ team.name }} {{ team.description }}

{% endfor %}

Les Partenaires

{% for part in page.header.part %} {% endfor %}
{% endblock %}