${dynamicLabel} <#if 0 != recentComments?size> <#list recentComments as comment> <#if comment_index < 11> <#if "http://" == comment.commentURL> ${comment.commentName} <#else> ${comment.commentName} #if> ${comment.commentDate?string("yy-MM-dd HH:mm")} ${comment.commentContent} #if> #list> #if>
${mostCommentArticlesLabel} <#list mostCommentArticles as article> ${article.articleTitle} ${article.articleCommentCount} #list>
${mostViewCountArticlesLabel} <#list mostViewCountArticles as article> ${article.articleTitle} ${article.articleViewCount} #list>