{% block stylesheets %}
{% endblock %}
{# ============================= #} {# Top Navigation #} {# ============================= #}
mitho® RAG-System
{% if app.user %}
{{ app.user.userIdentifier }}
Logout
{% endif %}
{# ============================= #} {# Layout Container #} {# ============================= #}
{# ============================= #} {# Sidebar #} {# ============================= #} {% if app.user %} {% endif %} {# ============================= #} {# Main Content #} {# ============================= #}
{% block body %}{% endblock %}