{% extends 'partials/base.html.twig' %} {% if page.header.show_breadcrumbs is defined %} {% set show_breadcrumbs = page.header.show_breadcrumbs %} {% else %} {% set show_breadcrumbs = true %} {% endif %} {% block menu %} {% include 'partials/sidebar_right.html.twig' %} {% endblock %} {% block content %} {% if show_breadcrumbs and config.plugins.breadcrumbs.enabled %} {% include 'partials/breadcrumbs.html.twig' %} {% endif %}

{{ page.header.title }}

{% if page.header.subtitle %}

{{ page.header.subtitle }}

{% endif %}
{% include 'partials/event_item.html.twig' with { 'event': page.parent, 'single': true } %}
{% include 'partials/events_sidebar.html.twig' with { 'page': page.parent } %}
{% endblock %}