{% extends 'base.html' %} {% block title %}Login - KeepItGoing{% endblock %} {% block auth_content %}

Login

{% if error %}
{{ error }}
{% endif %}
{% csrf_token %}
{% endblock %}