#if "" != noticeBoard> ${noticeBoardLabel} ${noticeBoard} #if> <#if 0 != recentComments?size> ${recentCommentsLabel} <#list recentComments as comment> ${comment.commentName}: ${comment.commentContent} #list> #if> <#if 0 != mostCommentArticles?size> ${mostCommentArticlesLabel} <#list mostCommentArticles as article> [${article.articleCommentCount}] ${article.articleTitle} #list> #if> <#if 0 != mostViewCountArticles?size> ${mostViewCountArticlesLabel} <#list mostViewCountArticles as article> [${article.articleViewCount}] ${article.articleTitle} #list> #if> <#if 0 != mostUsedTags?size> ${popTagsLabel} <#list mostUsedTags as tag> <#if (tag.tagPublishedRefCount/3 > 5 ) > ${tag.tagTitle} <#elseif (tag.tagPublishedRefCount/3 > 4 ) > ${tag.tagTitle} <#elseif (tag.tagPublishedRefCount/3 > 3 ) > ${tag.tagTitle} <#elseif (tag.tagPublishedRefCount/3 > 2 ) > ${tag.tagTitle} <#elseif (tag.tagPublishedRefCount/3 > 1 ) > ${tag.tagTitle} <#elseif (tag.tagPublishedRefCount/3 > 0 ) > ${tag.tagTitle} #if> #list> #if> <#if 0 != archiveDates?size> ${archiveLabel} <#list archiveDates as archiveDate> <#if "en" == localeString?substring(0, 2)> ${archiveDate.monthName} ${archiveDate.archiveDateYear}(${archiveDate.archiveDatePublishedArticleCount}) <#else> ${archiveDate.archiveDateYear} ${yearLabel} ${archiveDate.archiveDateMonth} ${monthLabel}(${archiveDate.archiveDatePublishedArticleCount}) #if> #list> #if> <#if 0 != links?size> ${linkLabel} <#list links as link> ${link.linkTitle} #list> #if>
${noticeBoard}
${recentCommentsLabel}
<#list recentComments as comment>-
${comment.commentName}:
${comment.commentContent}
#list>