${title!"排行榜"}
今日
    [@cms_content_list channelId=channelId count='10' titLen='10' descLen='30' orderBy='6' channelOption='1'] [#list tag_list as a] [#if a_index = 0]
  1. ${a.title}

    [@text_cut s=a.title len=titLen append=append/]

    [@text_cut s=a.desc len=descLen append=append/]

  2. [#else]
  3. ${a.title}

    [@text_cut s=a.title len=titLen append=append/]

    [@text_cut s=a.desc len=descLen append=append/]

  4. [/#if] [/#list] [/@cms_content_list]