{# Brand pill doubles as the click-to-dashboard link (same convention as bty + withcache). The ``brand-active`` state lights when the operator is on ``/ui/dashboard``. #}
NBDMUX
{% if logged_in %}
Exports
Settings
v{{ version }}
{# Operator name doubles as the Account link (change- password form); 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 %}