{% extends "base.html" %} {% block body %}
{% if error is defined %}

Warning

{{ error }}
{% endif %}

Authenticate

{% endblock %}