A
l
p
inux
Static
Parcourir
Statistiques
Erreurs
Corbeille{% if trash_count %}
{{ trash_count }}
{% endif %}
🔍
S
M
L
∞
{% if user %}
{{ user.name[0] }}
{{ user.name.split()[0] }}
⎋
{% endif %}
{% with msgs = get_flashed_messages(with_categories=true) %} {% for cat, msg in msgs %}
{{ msg }}
{% endfor %} {% endwith %} {% block content %}{% endblock %}