<#if "" != noticeBoard>
${noticeBoardLabel}
${noticeBoard}
#if>
<#if 0 != recentComments?size>
#if>
<#if 0 != mostCommentArticles?size>
${mostCommentArticlesLabel}
#if>
<#if 0 != mostViewCountArticles?size>
${mostViewCountArticlesLabel}
#if>
<#if 0 != mostUsedTags?size>
#if>
<#if 0 != links?size>
#if>
<#if 0 != archiveDates?size>
#if>
${recentCommentsLabel}
<#list recentComments as comment>-
${comment.commentName}
${comment.commentContent}
#list>