{% load i18n static %} {% get_current_language as LANGUAGE_CODE %}{% get_current_language_bidi as LANGUAGE_BIDI %} {% with site=request.resolver_match.site app=request.resolver_match.app viewset=request.resolver_match.viewset %} {% block favicon %}{% endblock %} {% block turbo-cache-control %}{% endblock %} {% block title %}{{ site.title|default:"Django Material" }}{% endblock %} {% block css %} {% include 'viewflow/includes/viewflow_css.html' %} {% endblock css %} {% block js %} {% url 'javascript-catalog' as javascript_catalog_url %}{% if javascript_catalog_url %}{% endif %} {% include 'viewflow/includes/viewflow_js.html' %} {% endblock js %} {% block extrahead %}{% endblock %} {% block theme %} {% if site.primary_color or site.secondary_color%}{% endif %} {% endblock %} {% block body %}{% endblock %} {% include 'viewflow/includes/snackbar.html' %} {% endwith %}