<- Index
{% if authorized_user %} Account:
~{{ authorized_user["user_name"] }}
{% else %}
Not logged in.
{% endif %} {% if authorized_user %} Settings {% endif %}
{% if authorized_user %}
Login Info
Currently logged in as
~{{ authorized_user["user_name"] }}
Log out.
Change Username
Update Username:
Change Password
Update password:
Type it again:
Username Color
None
One
Two
Three
Four
Five
Six
{% else %}
Username:
Password:
{% endif %}
Theme
{% for theme in available_themes %}
{{ theme }}
{% endfor %}