{% if user %} User avatar {% else %} User avatar {% endif %}
{% if user %}
{{ user.username }}
{{user.user_say}}
{% else %}
未登录
还没有签名哦
{% endif %}
返回