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

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

${article.articleContent} <#if "" != article.articleSign.signHTML?trim>
${article.articleSign.signHTML}
<@comments commentList=articleComments article=article>
<#if nextArticlePermalink?? || previousArticlePermalink??> <#include "footer.ftl"> <@comment_script oId=article.oId> page.tips.externalRelevantArticlesDisplayCount = "${externalRelevantArticlesDisplayCount}"; <#if 0 != externalRelevantArticlesDisplayCount> page.loadExternalRelevantArticles("<#list article.articleTags?split(",") as articleTag>${articleTag}<#if articleTag_has_next>,");