{{ app_name }}
USB TSPL label printer
{% if settings_ui_enabled %}
⚙ Settings
{% endif %}
{% if auth_enabled and principal and principal.is_authenticated %}
{{ principal.display_name }}
Log out
{% endif %}
{# Update-available banner. Lazy-loaded; stays empty when up to date. Skipped
for unauthenticated visitors (e.g. the login page) so it never triggers an
outbound check before login. #}
{% if not auth_enabled or (principal and principal.is_authenticated) %}
{% endif %}
{% block content %}{% endblock %}