[#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'/]
全部
[@SpecialCategoryList;list] [#list list as bean]
${bean.name}
[/#list] [/@SpecialCategoryList]
[@SpecialPage categoryId=(category.id)! pageSize='10';pagedList]
[#list pagedList.content as bean]
[#if bean.smallImage??]
[/#if]
${bean.title}
${substring(bean.description,80,'...')}
${bean.category.name}
${bean.views}
${bean.creationDate?string('yyyy-MM-dd')}
[/#list]
[#include 'page.html'/] [/@SpecialPage]
[#include 'inc_footer.html'/] [/#escape]