<#if "" != noticeBoard>
  • ${noticeBoardLabel}

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

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

      <#list recentComments as comment>
    • ${comment.commentName} :  ${comment.commentContent}
  • <#if 0 != mostUsedTags?size>
  • ${popTagsLabel}

    <#list mostUsedTags as tag> ${tag.tagTitle}
  • <#if 0 != mostCommentArticles?size>
  • ${mostCommentArticlesLabel}

      <#list mostCommentArticles as article>
    • ${article.articleTitle} - ${article.articleCommentCount}
  • <#if 0 != links?size>
  • ${linkLabel}

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