% layout('layouts/default.html', {title:site.siteName+'-首页', libs: []}){ %>
平台简介
${site.description}
更多...
<#html:foreach items="${categoryList(site.siteCode, '0', 3, '')}" 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)}
#html:foreach>
#html:if>
#html:foreach>
<% } %>