{% load tags %} {% if not request|is_ajax %} {% if dashboard.data.navbar.title %} {{ dashboard.data.navbar.title }} {% endif %} {% if dashboard.data.navbar.icon %} {% endif %} {% if dashboard.data.navbar.favicon %} {% endif %} {% if 0 %} {% include "themes/dark.html" %} {% endif %} {% for url in dashboard.data.styles %} {% endfor %} {% for url in dashboard.data.scripts %} {% endfor %} {% block extrahead %} {% endblock %} {% block header %}{% include "dashboard/header.html" %}{% endblock %} {% include "dashboard/menu.html" with data=dashboard.data %} {% include "dashboard/links.html" with data=dashboard.data %}
{% endif %} {% block content %} {% endblock %} {% include "dashboard/messages.html" %} {% if not request|is_ajax %}
{% block footer %} {% include "dashboard/footer.html" %} {% endblock %} {% include "dashboard/modal.html" %} {% include "dashboard/bottom.html" %} {% endif %}