{% load static i18n %} {% block title %}{{ SPECTRA_CONFIG.site_title|default:"Django Spectra" }}{% endblock %} {% if SPECTRA_CONFIG.favicon %} {% if SPECTRA_CONFIG.favicon|slice:":4" == "http" or SPECTRA_CONFIG.favicon|first == "/" %} {% else %} {% endif %} {% else %} {% endif %} {% block extra_css %}{% endblock %} {% for css_file in SPECTRA_CONFIG.custom_css %} {% endfor %} {% block head_scripts %}{% endblock %} {% block preloader %}{% endblock %}
{% include "spectra/includes/topbar.html" %} {% include "spectra/includes/sidebar.html" %}
{% block page_title %}
{% block page_title_right %} {% endblock %}

{% block page_heading %}{{ title|default:"Dashboard" }}{% endblock %}

{% endblock page_title %} {% if messages %}
{% for message in messages %} {% endfor %}
{% endif %} {% block content %} {% endblock content %}
{% include "spectra/includes/footer.html" %}
{% if SPECTRA_CONFIG.show_theme_customizer %} {% include "spectra/includes/theme-customizer.html" %} {% endif %} {% for js_file in SPECTRA_CONFIG.custom_js %} {% endfor %} {% block extra_javascript %}{% endblock %}