<#import "../layout/defaultLayout.ftl.html" as layout> <@layout.myLayout "Home page"> <#if frontArticle??>

${frontArticle.title}

${frontArticle.postedAt?date}

<#noescape>${frontArticle.content}


<#if olderArticles??> <#list olderArticles as article>

${article.title}

${article.postedAt?date}