{% extends "pub/basepage.html"%} {% block title%} 首页 {% endblock %} {% block content %}
{% if message%} {{message}} {% endif %}
{% csrf_token %}
用户名 {{userInfos.currentuser.username}}
昵称
真实姓名
性别
生日
出生地
居住地
{% endblock %} {% block sidebar%}
管理
{% endblock %}