#list articles as article>
${author1Label}${article.authorName} | <#if article.hasUpdated> ${updateDateLabel}: ${article.articleUpdateDate?string("yyyy-MM-dd HH:mm")} <#else> ${createDateLabel}: ${article.articleCreateDate?string("yyyy-MM-dd HH:mm")} #if> | ${viewCount1Label} ${article.articleViewCount} | ${commentCount1Label} ${article.articleCommentCount}
${tags1Label} <#list article.articleTags?split(",") as articleTag> ${articleTag} <#if articleTag_has_next>,#if> #list>