{% 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 %}
{{ page.content|raw }}
{% endblock %}