[#escape x as (x)!?html]
${site.fullNameOrName}${global.customs['poweredBy']}
[#include 'inc_meta.html'/] [#include 'inc_css.html'/] [#include 'inc_js.html'/] [#include 'inc_header.html'/] [#include 'inc_banner.html'/]
[@InfoList attr='focusmobile' limit='5';beans]
[#list beans as bean]
[/#list]
[#list beans as bean]
${bean.title}
[/#list]
Previous
Next
[/@InfoList]
最新新闻
[@InfoList node='news' isIncludeChildren='true' limit='20';list]
[#list list as bean]
[#if bean.smallImage??]
[/#if]
${bean.title}
${substring(bean.description,80,'...')}
[#list bean.node.hierarchy as n]
${n.name}
[#if n_has_next] > [/#if][/#list]
${bean.bufferViews}
${bean.publishDate?string('yyyy-MM-dd')}
[/#list]
[/@InfoList]
[#include 'inc_right.html'/]
[#include 'inc_footer.html'/] [/#escape]