{% extends "base.html" %} {% block title %}Login{% endblock %} {% block content %}

Login

{{ csrf_input }} {{ form.as_p() }}
{% endblock %}