<#include "header.ftl"> <#include "menu.ftl"> <#list posts as post> <#if (post.status == "published")>

${post.title}

${post.date?string("dd MMMM yyyy")}

${post.body}


Older posts are available in the archive.

<#include "footer.ftl">