{% extends './layout.html' %} {% set pageTitle = "后台管理" %} {% block content %}
{{ list|safe }}
{% endblock %}