{% extends "base.html" %} {% block title %}Login — {{ L.app_title }}{% endblock %} {% block content %}

{{ L.login_title }} — {{ L.app_title }}

{% with msgs = get_flashed_messages(with_categories=true) %} {% for cat, m in msgs %}
{{ m }}
{% endfor %} {% endwith %}
{% endblock %}