{% extends 'base.html' %} {% load static %} {% block content %}

Registration Page!

{% csrf_token %} {% if form.errors %}

There are errors in the form!

{% endif %} {{ form }}
{% endblock %}