ID
Nrec
Mark
Author
Title
<#if count gt 0> <#list articles as article>
${article.id}
${article.nrec}
${article.mark}
${article.author}
${article.title}
#list> <#else>
no new article
#if>
scan time: ${fetchDate?string("yyyy-MM-dd HH:mm:ss")}