欢迎你,{{user.user_name}}!
注销
用户列表
{% for friend in userlist %}
{{ friend.user_name }}
  {{friend.user_desc}}
{% endfor %}