{% block extra_css %}{% endblock %}
☰
{% if token_auth %}
🏠 返回首页
{% else %}
🏠 返回首页
{% endif %}
{% if token_auth %}
👤 访客
🔑 登录
{% else %}
{{ user.username }}({{ '管理员' if is_admin else '用户' }})
🚪 退出
{% endif %}
{% block content %}{% endblock %}
{% if not no_footer %} {% endif %} {% block extra_js %}{% endblock %}