<#if article.articlePutTop>
${topArticleLabel}
#if>
<#if article.hasUpdated>
${updatedLabel}
#if>
<#list article.articleTags?split(",") as articleTag>
<#if articleTag_index == 0>
<#if article.category??>
${article.category.categoryTitle}
<#else>
${articleTag}
#if>
#if>
#list>