{% extends 'layouts/base-fullscreen.html' %} {% load i18n static admin_argon %} {% block content %} {% include 'includes/navigation-fullscreen.html' %}

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 %}