<#include "macro-head.ftl"> <@head title="${blogTitle}"> ${topBarReplacement} <#include "header.ftl">
<#if "" != noticeBoard>
${noticeBoard}
<#if 0 != recentComments?size>

${recentCommentsLabel}

    <#list recentComments as comment>
  • ${comment.commentName}
    <#if "http://" == comment.commentURL> ${comment.commentName} <#else> ${comment.commentName} ${comment.commentDate?string("yyyy-MM-dd HH:mm")} ${viewLabel}

    ${comment.commentContent}

<#if 0 != mostCommentArticles?size> <#if 0 != mostViewCountArticles?size>

${mostViewCountArticlesLabel}

<#if 0 != mostUsedTags?size>

${popTagsLabel}

<#list mostUsedTags as tag>    
<#if 0 != links?size>
<#include "footer.ftl">