{% load i18n %} {% load pyaa %} {% include "partials/head.html" %} {% block extra_head %}{% endblock %} {% include "partials/header.html" %}
{% include "partials/banners.html" %} {% include "partials/messages.html" %} {% block before_content %}{% endblock %} {% block content %}{% endblock %} {% block after_content %}{% endblock %}
{% include "partials/footer.html" %} {% include "partials/cookie_consent.html" %} {% block extra_footer %}{% endblock %}