{include file="$blogtemplate/header.template"}
{foreach from=$posts item=post}
{assign var="postDate" value=$post->getDateObject()}

{$locale->formatDate($postDate,"%d %b, %Y")}

{include file="$blogtemplate/post.template"}
{/foreach}
{include file="$blogtemplate/panel.template"} {include file="$blogtemplate/footer.template"}