{% extends "base.html" %} {% block title %}{{ _("Create your account") }} · Wealth Dashboard{% endblock %} {% block heading %}{{ _("Create your account") }}{% endblock %} {% block lede %}

{{ _("This is the only account on this installation, and it lives in your own database. Nothing is sent anywhere, so there is no email to confirm and no way for anyone to reset it for you — choose a password you will keep.") }}

{% endblock %} {% block content %}
{% if error %}
{{ error }}
{% endif %}
{% endblock %}