{% extends "./inc/base.html" %} {% block style%} {%endblock%} {% block content %} {{controller.meta_title}} 钩子管理 新增钩子 Go! ID 名称 描述 类型 操作 {% for item in list %} {{item.id}} {{item.name}} {{item.description}} {{'视图' if item.type==1 else '控制器'}} 编辑 删除 {% else %} × This would display if the 'item' collection were empty {% endfor %} {% endblock %} {% block script%} {% endblock%}
{{controller.meta_title}}
This would display if the 'item' collection were empty