{% block extra_css %}{% endblock %}
太白购物商城
仪表板
用户管理
商品管理
订单管理
操作日志
个人资料
{% block page_title %}管理后台{% endblock %}
{% block page_description %}{% endblock %}
{{ session.admin_username }}
个人资料
退出登录
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endif %} {% endwith %} {% block content %}{% endblock %}
{% block extra_js %}{% endblock %}