{% extends 'base.html' %} {% block title %}Sign up{% endblock %} {% block footer %} {% endblock %} {% block body %}

Sign up

{% if user.errors is not empty %}

Errors:

{% endif %}
We'll never share your email with anyone else.
{% endblock %}