{% extends base.html %} {% block body_left %}
账号信息
{% include common/button/back_button.html %}
用户名
{{user.name}}
修改密码
用户日志
登出账号
{% end %} {% block body_right %} {% include settings/component/settings_sidebar.html %} {% end %}