{% extends "login_email/base.html" %} {% block content %}

login with email

{% csrf_token %} {{ form.as_p }}
{% endblock content %}