Sign in

{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, msg in messages %} {% if category == 'error' %}
{{ msg }}
{% else %}
{{ msg }}
{% endif %} {% endfor %} {% endif %} {% endwith %} {% if error %}
{{ error }}
{% endif %}
No account? Register