{% block body %}{% endblock %}
{% 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 %}