<#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.articleCommentCount}  ${commentLabel}    ${article.articleViewCount}  ${viewLabel} ${article.authorName} <#if article.hasUpdated> ${article.articleUpdateDate?string("yyyy-MM-dd HH:mm")} <#else> ${article.articleCreateDate?string("yyyy-MM-dd HH:mm")}

${article.articleContent} <#if "" != article.articleSign.signHTML?trim>

${article.articleSign.signHTML}

<#if 0 != relevantArticlesDisplayCount>
<#if 0 != randomArticlesDisplayCount>
${tag1Label} <#list article.articleTags?split(",") as articleTag> <#if articleTag_has_next>,
<#if nextArticlePermalink??> <#if previousArticlePermalink??>

<@comments commentList=articleComments article=article>
<#include "usedside.ftl">
<#include "footer.ftl"> <@comment_script oId=article.oId> page.tips.externalRelevantArticlesDisplayCount = "${externalRelevantArticlesDisplayCount}"; <#if 0 != randomArticlesDisplayCount> page.loadRandomArticles('

${randomArticlesLabel}

'); <#if 0 != relevantArticlesDisplayCount> page.loadRelevantArticles('${article.oId}', '

${relevantArticlesLabel}

');