{% extends config.BASE_TEMPLATE %} {% from "security/_macros.html" import render_field, render_field_with_errors, render_checkbox_field %} {% block page_title %}{{ _('Login') }}{% endblock %} {% block body_class %}login-page{% endblock %} {% block _body %} {% include "security/_messages.html" %}
{% block page_header %} {% endblock %}
{% endblock %}