{% extends "_base.html"%}{% block content %}

Create an account

{% csrf_token %}
{{ form.as_p }}
{% endblock content%}