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

{{page.title}}

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