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

${categoryLabel}

<#list mostUsedCategories as category> ${category.categoryTitle}
<#if 0 != mostUsedTags?size>

${tagsLabel}

<#list mostUsedTags as tag> ${tag.tagTitle}

${adminUser.userName}

${statistic.statisticPublishedBlogArticleCount} ${articleLabel}
${statistic.statisticPublishedBlogCommentCount} ${commentLabel}
${statistic.statisticBlogViewCount} ${viewLabel}
${onlineVisitorCnt} ${onlineVisitorLabel}
<#if 0 != mostCommentArticles?size>

${mostCommentArticlesLabel}

    <#list mostCommentArticles as article>
  • ${article.articleTitle}
<#if 0 != mostViewCountArticles?size>

${mostViewCountArticlesLabel}

    <#list mostViewCountArticles as article>
  • ${article.articleTitle}