{% load static i18n compress%} {% include "fragments/head.html" %} {% block inner %} {# pages that do not need the wrapper (e.g login) should use this slot and turn off the page block #} {% endblock inner %} {% block page %}
{% block sidebar %} {% include "fragments/sidebar.html" %} {% endblock sidebar %}
{% block topbar %} {% include "fragments/topbar.html" %} {% endblock topbar %}
{% block content %}

This is a blank page (placeholder).

{% endblock content %}
{% block footer %} {% include "fragments/footer.html" %} {% endblock footer %}
{% block modal %} {% include "fragments/logout_modal.html" %} {% endblock modal %} {% endblock page %} {% block inline_javascript %} {# Script tags with only code, no src (defer by default) #} {% endblock inline_javascript %}