{layout '@base.html'} {block title} {$title} - {siteTitle()} {/block} {block content}

{$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} {/foreach}
{if $post->allow_comments} {include comment/addform.html} {else}

{_'blog.comments_are_closed'}

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