{% load tags %} {% if not request|is_ajax %} {{ settings.SLOTH.NAME }} {% if settings.SLOTH.ICON %} {% endif %} {% if settings.SLOTH.FAVICON %} {% endif %} {% if 'materialicons' in settings.SLOTH.ICONS %} {% endif %} {% if 'fontawesome' in settings.SLOTH.ICONS %} {% endif %} {% if 0 %} {% include "app/themes/dark.html" %} {% endif %} {% for url in settings.SLOTH.INCLUDE.CSS %} {% endfor %} {% if 'fontawesome' in settings.SLOTH.ICONS %} {% endif %} {% block extrahead %} {% endblock %} {% block header %} {% include "app/dashboard/header.html" %} {% endblock %} {% include "app/dashboard/menu.html" with data=dashboard.data %} {% include "app/dashboard/links.html" with data=dashboard.data %}
{% endif %} {% block content %} {% endblock %} {% include "app/messages.html" %} {% for url in settings.SLOTH.INCLUDE.JS %} {% endfor %} {% if not request|is_ajax %}
{% if dashboard.data.menu %} {% endif %} {% block footer %} {% include "app/footer.html" %} {% endblock %} {% include "app/modal.html" %} {% include "app/dashboard/bottom.html" %} {% endif %}