{% extends "template.html" %} {% block subtitle %}Registration{% endblock %} {% block content %}
{% csrf_token %} {{ form.as_p }}

{% endblock %}