<#include "macro-head.ftl"> <#include "macro-comments.ftl"> <@head title="${article.articleTitle} - ${blogTitle}"> ${topBarReplacement} <#include "header.ftl">

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

${article.articleContent}

<#if "" != article.articleSign.signHTML?trim>

${article.articleSign.signHTML}

<#list article.articleTags?split(",") as articleTag><#if articleTag_has_next>, <#if article.articleCommentCount == 0> ${noCommentLabel} <#else> ${article.articleCommentCount} ${article.articleViewCount}
<#if nextArticlePermalink??> <#if previousArticlePermalink??>
<@comments commentList=articleComments article=article>
<#include "footer.ftl"> <@comment_script oId=article.oId> page.tips.externalRelevantArticlesDisplayCount = "${externalRelevantArticlesDisplayCount}";