{% extends "base.html" %} {% block title %}Account — {{ title }}{% endblock %} {% block content %}

Account settings

Only your own profile and panel password.

{% if error %}

{{ error }}

{% endif %} {% if ok %}

{{ ok }}

{% endif %}

Home: {{ meta.home }}

{% endblock %}