<#include "macro-head.ftl"> <#include "macro-comments.ftl"> <@head title="${article.articleTitle} - ${blogTitle}"> ${topBarReplacement} <#include "side-tool.ftl">
<#include "header.ftl">
${article.articleCreateDate?string("MM")}
${article.articleCreateDate?string("dd")}

${article.articleTitle} <#if article.hasUpdated> ${updatedLabel} <#if article.articlePutTop> ${topArticleLabel}

${article.articleContent} <#if "" != article.articleSign.signHTML?trim>
${article.articleSign.signHTML}
${tag1Label} <#list article.articleTags?split(",") as articleTag> <#if articleTag_has_next>,   ${viewCount1Label} ${article.articleViewCount}
<#if nextArticlePermalink??> ${nextArticle1Label}${nextArticleTitle}
<#if previousArticlePermalink??> ${previousArticle1Label}${previousArticleTitle}
<@comments commentList=articleComments article=article>
<#include "side.ftl">
<@comment_script oId=article.oId> page.tips.externalRelevantArticlesDisplayCount = "${externalRelevantArticlesDisplayCount}"; <#if 0 != randomArticlesDisplayCount> page.loadRandomArticles(); <#if 0 != relevantArticlesDisplayCount> page.loadRelevantArticles('${article.oId}', '

${relevantArticles1Label}

'); <#if 0 != externalRelevantArticlesDisplayCount> page.loadExternalRelevantArticles("<#list article.articleTags?split(",") as articleTag>${articleTag}<#if articleTag_has_next>,");