{% load static i18n templates %} {% include "theme/head"|template:"bootstrap5" %}
{% if not header_diabled %}
{% include "theme/header"|template:theme %}
{% endif %} {% if not nav_disabled %}
{% include "theme/nav"|template:theme %}
{% endif %}
{% if not sidebar_disabled %}
{% include "theme/sidebar"|template:theme %}
{% endif %} {% if secondary_sidebar_enabled %}
{% include "theme/secondary_sidebar"|template:theme %}
{% endif %}
{% include "theme/extra_body"|template:theme %}