Lehrersprüche

file_download {% if user.loggedin %}
{% else %}
{% endif %}
{% with msgs = get_flashed_messages() %} {% if msgs %}
{% for msg in msgs %}

{{ msg }}

{% endfor %}
{% endif %} {% endwith %}