{% extends "pub/basepage.html"%} {% block title%} 首页 {% endblock %} {% block content %}
{% if message%} {{message}} {% endif %}
{% csrf_token %}
用户名 {{userInfos.currentuser.username}}
情感状态
交友目的
血型
个人主页
自我介绍
兴趣爱好
个人签名
时区
{% endblock %} {% block sidebar%}
管理
{% endblock %}