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

Warning

Password is wrong, you have {{ tries_left }} more tries.
{% endif %}

Authenticate

{% endblock %}