<@_wordList name=name advanced=true hidden=hidden startCreateDate=startCreateDate endCreateDate=endCreateDate orderField=orderField orderType=orderType pageIndex=pageNum count=numPerPage>
<#list page.list as a>
ID 名称 热度 创建日期 操作
${a.id!} ${(a.name)!}${a.hidden?then('[隐藏]','')} ${a.searchCount!} ${a.createDate!} 修改 <#if a.hidden> 显示 <#else> 隐藏 删除
<#include "../include_page/page.html"/>