{% comment %} SPDX-License-Identifier: GPL-3.0-or-later {% endcomment %} {% load static i18n %} {% get_current_language as LANGUAGE_CODE %}{% get_current_language_bidi as LANGUAGE_BIDI %} {% block title %}{{ title }}{% endblock title %} - {{ request.site.name }} {% block extracss %}{% endblock %}
{% for message in messages %} {% endfor %} {% block content %}

Default content...

{% endblock %}
{% block extrajs %}{% endblock %}