{% extends "layouts/base-auth.html" %} {% load static %} {% block content %}

Sign In

Enter your email and password to sign in

{% csrf_token %} {% if form.non_field_errors %} {% for error in form.non_field_errors %} {{ error }} {% endfor %} {% endif %} {% for field in form %}
{{ field }}
{% endfor %}
Forgot Password?

Don't have an account? Sign up

"Attention is the new currency"

The more effortless the writing looks, the more effort the writer actually put into the process.

{% endblock content %}