{% extends "base.html" %} {% block title %}Create an account{% endblock %} {% block content %}

Create an account

{{ form.as_p }}
{% endblock %}