{% import "macros.html" as macros %} {% extends "root.html" %} {% block head %} Settings - {{ config.name }} {% endblock %} {% block body %} {{ macros::nav() }}
{{ text "settings:tab.account" }} {{ text "settings:tab.profile" }} {{ text "settings:tab.sessions" }}
{{ text "settings:label.change_password" }}
{{ text "settings:label.change_username" }}
{% endblock %}