[#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]
[#if info.withImage]
[/#if]
[@A bean=info class='ff-yh fs18 a c-000' target="_blank"/]
${substring(info.description,100,'...')}
${info.publishDate?string('yyyy-MM-dd HH:mm:ss')}
[/#list]
[#include 'page.html'/]
[/@InfoPage]
[#include 'inc_news_right.html'/]
[#include 'inc_friendlink.html'/] [#include 'inc_footer.html'/] [/#escape]