{% extends "./inc/base.html" %} {% block content %} {% include "./inc/user_left.html" %} {{controller.meta_title}} 全部 {%for m in model%} {{m.title}} {%endfor%} 标题 时间 操作 {% for item in list.data %} {{item.title}} {{item.time | moment('YYYY-MM-DD HH:mm:ss')}} 详情 删除 {% else %} × This would display if the 'item' collection were empty {% endfor %} {{pagination | safe}} {% endblock %} {% block script %} {% endblock %}
This would display if the 'item' collection were empty