{% load filters functions i18n static cache %} {% get_current_language as LANGUAGE_CODE %} {% block metatags %}{% endblock %} {# In production, some static files should be served together. #} {% block supertitle %}{% block title %}{% endblock %} - {{ request.site.name }}{% endblock %} {% include "dictionary/includes/icons.svg" %} {##}
{% if not request.is_mobile %} {% endif %} {# page content #}
{% block content %}{% endblock %}
{% if user.is_authenticated %}
{% endif %} {% spaceless %} {% endspaceless %}