[#escape x as (x)!?html]
${node.name}[#if node.parent??]_${node.parent.name}[/#if]_${site.fullNameOrName}${global.customs['poweredBy']}
[#include 'inc_js.html'/] [#include 'inc_header.html'/]
您的位置: [#list node.hierarchy as n]
${n.name}
[#if n_has_next] > [/#if][/#list]
[@InfoPage nodeId=node.id pageSize='15';pagedList] [#list pagedList.content as info]
${substring(info.title,15,'...')}
[/#list]
[#include 'page.html'/]
[/@InfoPage]
[#include 'inc_friendlink.html'/] [#include 'inc_footer.html'/] [/#escape]