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

Login

{% csrf_token %}
Register
{% endblock %}