{% load static i18n django_bootstrap5 %} {% block title %}{{ WWW_HOST }}{% endblock %} {% include "includes/base_head.html" %} {% block html_head %}{% endblock %} {% block header %}{% endblock %}
{% if not request.is_secure %} {% endif %} {% if messages %} {% for message in messages %} {% endfor %} {% endif %}
{% block content %} Here goes the content. {% endblock %}
{% include "includes/base_body.html" %}