{% block content %}
This is a blank page (placeholder).
{% endblock content %}{% 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 %}This is a blank page (placeholder).
{% endblock content %}