@cms_content_list

1 [@cms_content_list typeId='1,2,3' count='18' orderBy='4' channelId='75' channelOption='0' dateFormat='yyyy-MM-dd HH-mm']
2 <ul>
3 [#list tag_list as a]
4 <li><a href="${a.url}" target="_blank" [#if (a_index)%6=0]class="bold"[/#if]>[@text_cut s=a.title len=28 append='...'/]</a></li>
5 [/#list]
6 </ul>
7 [/@cms_content_list]

原文地址:https://www.cnblogs.com/superAnny/p/6559547.html