{# Brand pill doubles as the click-to-dashboard link (same convention as bty + nbdmux). The ``brand-active`` state lights when the operator is on ``/ui/dashboard``. #}
WITHCACHE
{% if logged_in %}
Catalog
Misses
Events
Settings
v{{ version }}
{# Operator badge (name-only, no /ui/account page); Logout sits beside it, separated by a thin divider. Same shape as bty. #}
operator
{% endif %}
{# Sub-nav strip. Pages with per-section actions render pill nav here so it visually attaches to the main navbar above. #} {% block subnav %}{% endblock %}
{# /.sticky-header #}
{% if flash %}
{{ flash }}
{% endif %} {% block intro %}{% endblock %} {% block content %}{% endblock %}