[#include "../public/header.html"/]
[@cms_content_page channelId=channel.id channelOption='1' orderBy='29' count='15'] [#assign p=tag_pagination/]
[#list tag_pagination.content as a] [#if a_index%5==0]
[/#if]
[@text_cut s=a.title len=50 append='...' /]
${a.releaseTime!?string("MM-dd")}
[#if a_index%5==4]
[/#if] [/#list]
[/@cms_content_page]
[#include "../public/footer.html"/]