{% load static i18n templates %}
{% include "theme/head"|template:theme %}
{% include "theme/nav"|template:theme %}
{% if 1 %}{# left_sidebar_enabled #}
{% include "theme/page-title"|template:theme %} {% include "theme/sidebar"|template:theme %}
{% endif %}
{% if breadcrumbs %} {% include "theme/breadcrumbs"|template:theme %} {% endif %}
{% block content %} {% endblock content %}
{% include "theme/footer"|template:theme %}
{{ theme.html_body_js }}