{% extends "base.html" %} {% set active_page = "account" %} {% block contents %}

Account settings

{% if error %}
{{ error }}
{% endif %}
{{ xsrf_form_html() }}
Optional. We will not share your password with anyone. This is only used in case you forget your password.
{% endblock %}