{% 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 %}
{% block content %}{% endblock %}
{% include 'includes/toasts.html' %} {% include 'includes/scripts.html' %} {% block extra_js %}{% endblock %}