{% extends "base.html" %} {% block title %}Set up your account{% endblock %} {% block content %}

Welcome — set up your account

Set the email + password you'll use from now on.

{% if error %}

{{ error }}

{% endif %}
{% endblock %}