{% extends 'partials/base.html.twig' %} {% set collection = page.collection() %} {% set image = page.media.images|first %} {% block body %}
{% include 'partials/bandeau.html.twig' %}

{{page.title}}

{{content}}
{% block sidebar %} {% include 'partials/sidebar.html.twig' %} {% endblock %}
{% endblock %}