{% extends "head.html" %} {% block title %}Login{% endblock %} {% block body%}
Login
{% if error %}

{{ error }}

{% endif %}
{% endblock %}