[#include "common.html"/]
[#include "header.html"/]

${news.title!}

发布时间:${news.createdate!}
${news.content!}
[#if (attachs?size >0)]

附件文档:

[#list attachs as attach]

${attach.attachmentName!}

[/#list]
[/#if]
[#include "footer.html"/]