{% extends 'template.html' %} {% block subtitile %}Registration{% endblock %} {% block content %}
{% csrf_token %} {{form.as_p}}

{% endblock %}