{% from "_password_fields.html" import password_fields %}
MiniMost

Create account

{% if error %}
{{ error }}
{% endif %}
{{ password_fields("Password", "Confirm password") }}

Use your name as your username — this is how others will see and search for you.

# v{{ app_version }}