{% extends 'base.html' %} {% block title %} Register {% endblock %} {% block content %}

Register

{% csrf_token %} {{form}}
{% endblock %}