[#escape x as (x)!?html] ${info.title} - ${site.fullNameOrName}${global.customs['poweredBy']} [#include 'inc_meta.html'/] [#include 'inc_css.html'/] [#include 'inc_js.html'/] [#include 'inc_header.html'/]

${info.title}

${info.publishDate?string('yyyy-MM-dd HH:mm')}
    [@InfoPrev id=info.id;bean] [#if bean??]
  • 上一条:${bean.title}
  • [#else]
  • 上一条:没有了
  • [/#if] [/@InfoPrev] [@InfoNext id=info.id;bean] [#if bean??]
  • 下一条:${bean.title}
  • [#else]
  • 下一条:没有了
  • [/#if] [/@InfoNext ]
相关新闻
[@InfoFulltextList q=info.title excludeId=info.id limit=5;list]
    [#list list as fulltextInfo]
  • [@A bean=fulltextInfo class="a text-reset"/]
  • [/#list]
[/@InfoFulltextList]
[#include 'inc_footer.html'/] [/#escape]