Projekt
Hub
{% for mod in nav_modules %}
{{ mod.icon }} {{ mod.label }}
{% endfor %}
{% if current_user.is_authenticated %}
{{ current_user.email }}
Abmelden
{% endif %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %}
{% for category, message in messages %}
{{ message }}
{% endfor %}
{% endif %} {% endwith %} {% block content %}{% endblock %}