{% extends "base.html" %} {% block title %}Index{% endblock title %} {% block static %} {% endblock static%} {% block content %} {% if form %}
{% csrf_token %} {{ form.non_field_errors }} {% for field in form %}
{{ field.label_tag }} {{ field }}
{{ field.errors }} {% endfor %}

{% else %} ❌ {% endif %} {% endblock content %} {% block footer %}
🔑

Forget Password?

🔐

Login

{% endblock footer %}