[#escape x as (x)!?html] ${channel.title} - ${site.title} [#include 'inc_meta.html'/] [#include 'inc_css.html'/] [#include 'inc_js.html'/] [#include 'inc_header.html'/]
[#assign parent = channel.parent!channel/] [@ChannelList parentId=parent.id isNav='true'; list] [#list list as bean] [/#list] [/@ChannelList]
[@ArticlePage channelId=channel.id isIncludeSubChannel="true" Q_=customsQueryMap orderBy=channel.orderDesc?string("sticky_desc,order_desc","sticky_desc,order_asc"); pagedList] [#list pagedList.content as bean]
[#if bean.image??][@A bean=bean class="mr-3"]${bean.title}[/@A][/#if]
[@A bean=bean class="cm-link text-decoration-none"/]
[@A bean=bean class="text-reset small text-decoration-none"]${substring(bean.description,150,'...')}[/@A]
${bean.views}
${format(bean.publishDate, 'yyyy-MM-dd')}
[/#list] [#include 'inc_page.html'/] [/@ArticlePage]
[#include 'inc_right1.html'/] [#include 'inc_footer.html'/] [/#escape]