{% load settings %} {% load pwa %} {% load formats %} {% load i18n %} {% load title %} {% filter site_title %} {% block title %} {% endblock title %} {% endfilter %} {% include 'includes/head/favicons.html' %} {% progressive_web_app_meta %} {# {% include 'includes/styles.html' %}#} {% block extra_styles %}{% endblock %} {% include 'includes/scripts.html' %} {% block extra_js_head %}{% endblock %}
{% include 'includes/mobile_navbar.html' %} {% include 'includes/sidebar.html' %}
{% settings "DEMO" as demo_mode %} {% if demo_mode %}
{% endif %}
{% block content %} {% endblock content %}
{% include "includes/offcanvas.html" %} {% include "includes/toasts.html" %}
{% include "includes/tools/calculator.html" %} {% block extra_js_body %} {% endblock extra_js_body %}