{% extends 'partials/base.html.twig' %} {% set collection = page.collection() %} {% set image = page.media.images|first %} {% block body %}
{% include 'partials/bandeau.html.twig' %} {% include 'partials/blog/block_devis.html.twig' %}
image/svg+xml H a l l d ’ a c c u e i l S a l l e D r u i s e S a l l e D r ô m e S a l l e T r o i s B e c s A m p h i t h é a t r e J e a n - M a r i e P e l t S a l l e P r i n t e g a r d e S a n i t a i r e s S a n i t a i r e s C u i s i n e R é g i e C u i s i n e
{{content}} {% for item in page.collection %}
{% set child_image = item.media.images|first %}

{{item.title}}

{% if image %} {{child_image.html('', 'salles')}} {% endif %} {{item.content}}
{% endfor %}
{% endblock %} {% block newsletter %} {% include 'partials/newsletters.html.twig' %} {% endblock %} {% block devis %} {% include 'partials/devis.html.twig' %} {% endblock %}