{% extends "base.html" %} {% block content %}

{{ _('Login') }}

{# Flash messages are handled in base.html, so the specific error block here can be removed #} {# {% if error %} {% endif %} #}
{% if config.REGISTRATION_ENABLED %} {% endif %}
{% endblock %}