{% extends "base.html" %} {% block title %}Register{% endblock %} {% block content %}

Register

{% if errors %} {% endif %}
Password must be at least 8 characters long.
{% endblock %}