{% load umap_tags i18n static %} {% block head_title %} {{ SITE_NAME }} - {{ SITE_DESCRIPTION }} {% endblock head_title %} {% block extra_head %} {% include "umap/header.html" %} {% endblock extra_head %} {# See https://evilmartians.com/chronicles/how-to-favicon-in-2021-six-files-that-fit-most-needs #} {% autoescape off %} {% endautoescape %} {% block header %} {% endblock header %} {% block content %} {% endblock content %} {% block bottom_js %} {% endblock bottom_js %} {% block footer %} {% include "umap/footer.html" %} {% endblock footer %}