{% extends 'base.html' %} {% block title %}Login{% endblock %} {% block content %}

Login

{% if error %}

{{ error }}

{% endif %}
{% endblock %}