<% layout('layouts/default.html', {title: '列表页面', libs: []}){ %> <% include('include/banner.html'){} %>

栏目列表

${category.categoryName}


<#html:foreach items="${qmark(categoryList! != null, categoryList!, [])}" var="category,status"> <#html:if test="${category.moduleType == 'article'}">

更多>>${category.categoryName}

    <#html:foreach items="${articleList(site.siteCode, category.categoryCode, 5)}" var="article,status">
  • ${status.index}.   ${article.updateDate,'yyyy-MM-dd'} ${abbr(article.title,28)}
<% } %>