{% block add_css %}{% endblock %} {{ HOOK(H_ROOT_CSS) }}
{% set fleet_mode = request.args.get('fleet_mode') == '1' %} {% block header %} {% if not fleet_mode %}
Obscreen
{% if not AUTH_ENABLED or (current_user and current_user.is_authenticated) %}
{{ HOOK(H_ROOT_NAV_ELEMENT_START) }}
{{ l.slideshow_page_title }}
{% if PLAYLIST_ENABLED %}
{{ l.playlist_page_title }}
{% endif %} {% if FLEET_STUDIO_ENABLED %}
{{ l.fleet_page_title }}
{% endif %} {% if AUTH_ENABLED %}
{{ l.auth_page_title }}
{% endif %}
{{ l.settings_page_title }}
{{ l.sysinfo_page_title }}
{% if AUTH_ENABLED %}
{{ current_user.username }}
{% endif %} {{ HOOK(H_ROOT_NAV_ELEMENT_END) }}
{% endif %}
{% endif %} {% endblock %} {% block page %} {% endblock %} {% block footer %} {% endblock %}
{{ HOOK(H_ROOT_JAVASCRIPT) }} {% block add_js %}{% endblock %}