{% 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() %} {% if module.template == 'modular/section-packs' %}
{{module.content}}
{% include 'components/thumbnails/thumbnails.html.twig' with {section: 'pack'} %}
{% endif %} {% if module.template == 'modular/section-lieux' %}
{{module.content}}
{% include 'components/thumbnails/thumbnails.html.twig' with {section: 'lieux'} %}
{% set image_parts = pathinfo(page.header.btn_url) %} {% set image_basename_url = image_parts.basename %} {% set image_page_url = image_parts.dirname == '.' ? page : page.find(image_parts.dirname) %} {{page.header.btn_txt}}
{% endif %} {% endfor %}
{% endblock %} {% block newsletter %} {% include 'partials/newsletters.html.twig' %} {% endblock %} {% block devis %} {% include 'partials/devis.html.twig' %} {% endblock %}