{% block extra_css %}{% endblock %}
Systades
Start
Mindmap
Suche
KI-Chat
{% if current_user.is_authenticated %}
Profil
{% endif %}
{% if current_user.is_authenticated %}
{% if current_user.avatar %}
{% else %} {{ current_user.username[0].upper() }} {% endif %}
{{ current_user.username }}
Profil
Meine Merkliste
Einstellungen
Abmelden
{% else %}
Login
Registrieren
{% endif %}
Start
Mindmap
Suche
KI-Chat
{% if current_user.is_authenticated %}
Profil
{% endif %}
{% block content %}{% endblock %}
{% block scripts %}{% endblock %}