{layout '@base.html'} {block title} {$title} - {siteTitle} {/block} {block content}
{var $mediumDate = \IoC::resolve( 'i18n' )->__( 'medium_date_format' )}

{$post->title}

{_}blog.under{/_} {foreach $post->getTags() as $tag} {$tag} {/foreach}
{texy $post->body}

{_}blog.comments{/_}

{foreach $post->getApprovedComments() as $comment} {include comment/_comment.html, comment => $comment, mediumDate => $mediumDate} {/foreach}
{if $post->allow_comments} {include comment/addform.html} {else}

{_}blog.comments_are_closed{/_}

{/if}
{include 'Blog sidebar'}
{ifset $flash['error']} {/ifset} {/block}