{% extends "view/admin/inc/base.html" %} {% block style %} {% endblock%} {% block content %} {% include "view/admin/inc/article_side.html" %} 网站内容 {% for nav in breadcrumb%} {% if controller.m_cate.id == nav.id %} {{nav.title}} {%else%} {{nav.title}} {% endif %} {% endfor %} {%if article.id >0 %} {{article.title}} {% endif %} {{controller.meta_title}}列表 管理 删除 搜索 {% if groups %} [ 分组:{%if group_id ==0 %}全部 {%else%} 全部 {%endif%} {%for key ,val in groups %} {% if group_id != key %}{{val}}{% else %}{{val}}{% endif %} {% endfor %} ] {% endif %} 1 2 3 4 5 6 7 8 {% for data in list %} {% else %} × This would display if the 'item' collection were empty {% endfor %} {% endblock %} {% block script %} {% endblock %}}
This would display if the 'item' collection were empty