{# UI standards §9: the theme is applied before first paint, so a dark-mode user never sees a white flash. Inline and tiny on purpose — an external file would be a second request that can lose the race with the first paint. #}

FreeWeight v{{ app_version }}

{% include "partials/telemetry_bar.html" %}
{% block content %}

The application shell is running.

{% endblock %}
{# UI standards §9: switching applies without a page reload and re-themes the charts with it, because every chart colour is a token. Inline rather than a file for the same reason the pre-paint script is: it is six lines, and a request for it can lose the race with the paint it exists to correct. #} {% block scripts %}{% endblock %}