[@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"]

[/@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]