${article.articleTitle}
<#if article.articlePutTop>
${topArticleLabel}
#if>
<#if article.hasUpdated>
${updatedLabel}
#if>
${article.articleContent}
<#if "" != article.articleSign.signHTML?trim>
${article.articleSign.signHTML}
#if>
<#if nextArticlePermalink?? || previousArticlePermalink??>
#if>
<@comments commentList=articleComments article=article>@comments>
<#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>,#if>#list>");
#if>
@comment_script>