{% block extra_head %}{% endblock %}
✦
ZJPB
Home
Categories
Admin
🔍
{% if current_user.is_authenticated and current_user.__class__.__name__ == 'User' %}
{% if current_user.avatar %}
{% else %}
{{ current_user.username[0].upper() }}
{% endif %}
{{ current_user.username }}
▼
👤 个人中心
⭐ 我的收藏
🔒 修改密码
🚪 退出登录
{% else %}
登录
注册
{% endif %}
{% block content %}{% endblock %} {% block extra_js %}{% endblock %}