{# base.html — FreeWeight's shell, on MirrorWall's since Phase 12. Every page in this application extends "base.html", so this shim is the one place the swap happened: the tokens, layout, theme bootstrap, navigation markup and telemetry bar all come from mirrorwall/base.html, and this file supplies only what is FreeWeight's — the two live telemetry scripts (the bar updates on every page, which MirrorWall's own base deliberately leaves to the application) and the shell page's default content. The product name, version, navigation and theme-storage key are environment globals (web/rendering.py). #} {% extends "mirrorwall/base.html" %} {% block head %} {% endblock %} {% block content %}

The application shell is running.

{% endblock %}