{% load formats %} {% load i18n %} {% load title %} {% load webpack_loader %} {% filter site_title %} {% block title %} {% endblock title %} {% endfilter %} {% include 'includes/head/favicons.html' %} {% include 'includes/styles.html' %} {% block extra_styles %}{% endblock %} {% include 'includes/scripts.html' %} {% block extra_js_head %}{% endblock %}
{% include 'includes/navbar.html' %}
{% block content %}{% endblock %}
{% include 'includes/offcanvas.html' %} {% include 'includes/toasts.html' %}
=
{% block extra_js_body %}{% endblock %}