{% extends 'partials/base.html.twig' %} {% set collection = page.collection() %} {% set image = page.media.images|first %} {% block body %} {% include 'components/hero/bandeau.html.twig' %} {% for module in page.collection() %} {{module.content}} {% include 'modular/section-offres.html.twig' %} {% endfor %} {% endblock %}