[#include "../include/header_lanmu.html"/]
${channel.name!}
[@cms_content_page count='20' orderBy='4' channelId=channel.id channelOption='1' dateFormat='yyyy-MM-dd'] [#list tag_pagination.list as a]
[#if a.typeImg??]
[@text_cut s=a.title /]
(${a.date?string(dateFormat)})
[#else]
[@text_cut s=a.title /]
(${a.date?string(dateFormat)})
[/#if]
[/#list]
[@cms_pagination sysPage='1'/]
[/@cms_content_page]
[#include "../include/footer.html"/]