bragi admin
{% with messages = get_flashed_messages(with_categories=true) %}
{% for category, msg in messages %}
{{ msg }}
{% endfor %}
{% endwith %}
{% if oauth_providers %}
or
{% for p in oauth_providers %}
Sign in with {{ p.label }}
{% endfor %}
{% endif %}