[#escape x as (x)!?html] ${node.name} - ${site.fullNameOrName}${global.customs['poweredBy']} [#include 'inc_meta.html'/] [#include 'inc_css.html'/] [#include 'inc_js.html'/] [#include 'inc_header.html'/]
[#assign parentId=node.parent.id/] [#if !node.parent.parent??] [#assign parentId=node.id/] 全部 [#else] 全部 [/#if] [@NodeList parentId=parentId;list] [#list list as bean] ${bean.name} [/#list] [/@NodeList]
[@InfoPage nodeId=node.id isIncludeChildren='true' pageSize='10';pagedList]
[#list pagedList.content as bean] [/#list]
[#include 'page.html'/]
[/@InfoPage]
[#include 'inc_footer.html'/] [/#escape]