{% extends 'base.html' %} {% block content %}

Login

{% csrf_token %}
{% if error %}

{{ error }}

{% endif %}
{% endblock %}