{% load static i18n %} {% block theme_bootstrap %} {% comment %} Applies every stored design-token axis (theme/palette/density/radius/ shadow/bg - see tokens.css) before the stylesheet paints, so a page never flashes back to defaults on load. Inline and blocking on purpose - a deferred script would run after first paint. Override this block with an empty one to opt a project out of the switching entirely. {% endcomment %} {% endblock %} {% block extra_head %}{% endblock %} {% block title %}{{ project_name|default:"Wise" }}{% endblock %} {% include 'wise_core/components/_messages.html' %} {% block sidebar %}{% include 'wise_core/components/sidebar.html' %}{% endblock %} {% block topBar %}{% include 'wise_core/components/topbar.html' %}{% endblock %} {% block content %}
{% if request.user.is_authenticated %} {% endif %}
{% block body %}{% endblock %}
{% endblock %} {% block modal %}{% include 'wise_core/components/_settings_panel.html' %}{% endblock %} {% block footer %}{% endblock %} {% block extra_js %}{% endblock %}