{% block head %}{% endblock %} {# Applied before first paint so a reload never flashes the wrong theme. The server already rendered data-theme from the signed-in user's preference; this only corrects it for a visitor whose local choice differs (or who is signed out, where the server has nothing to go on). #}
{% include "partials/icons.html" %} {% block body %}{% endblock %} {% block scripts %}{% endblock %}