{# OTS Signage Modern Theme - Authenticated Shell Override Replaces the header and shell structure with a modern topbar + sidebar layout #} {% extends "base.twig" %} {% block head %} {{ parent() }} {% endblock %} {% block htmlTag %} {% endblock %} {% block body %}
{% include "authed-sidebar.twig" %}
{% block header %}

{{ pageTitle|default('Dashboard') }}

{% if pageSubtitle is defined %}

{{ pageSubtitle }}

{% endif %}
🔔
{% endblock %}
{% block content %} {% endblock %}
{% block footer %} {% endblock %}
{% block scripts %} {{ parent() }} {% endblock %} {% endblock %}