<#if "" != noticeBoard>

${noticeBoardLabel}

${noticeBoard}
<#if 0 != mostViewCountArticles?size>

${mostViewCountArticlesLabel}

    <#list mostViewCountArticles as article>
  • [${article.articleViewCount}]${article.articleTitle}
<#if 0 != recentComments?size>
<#if 0 != recentComments?size>

${recentCommentsLabel}

<#list recentComments as comment>
${comment.commentName} ${comment.commentName}
<#if 0 != mostCommentArticles?size>

${mostCommentArticlesLabel}

    <#list mostCommentArticles as article>
  • [${article.articleCommentCount}] ${article.articleTitle}
<#if 0 != mostUsedTags?size>

${popTagsLabel}

    <#list mostUsedTags as tag>
  • ${tag.tagTitle}(${tag.tagPublishedRefCount}) ${tag.tagTitle}
<#if 0 != links?size>

${linkLabel}

    <#list links as link>
  • ${link.linkTitle} ${link.linkTitle}
<#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})