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

Login

Please fill the form down below.

{% csrf_token %} {{ form.non_field_errors }} {% include "includes/field.html" with field=form.email %} {% include "includes/field.html" with field=form.password %}
{% endblock content %}