{% extends "base" %} {% block content %}

Registration

{% if flash %}

Error: {{ flash }}

{% endif %}

Please register with a username and password.

{% endblock content %}