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

${article.title}

${article.postedAt?date}

<#noescape>${article.content}

<#else>

Sorry. Post not found. Please go back to index