{% extends "_types/social/index.html" %} {% block title %}Choose Username — Rose Ash{% endblock %} {% block social_content %}

Choose your username

This will be your identity on the fediverse: @username@{{ config.get('ap_domain', 'rose-ash.com') }}

{% if error %}
{{ error }}
{% endif %}
@

3-32 characters. Lowercase letters, numbers, underscores. Must start with a letter.

{% endblock %}