{$post->title}
{_'blog.under'}
{foreach $post->getTags() as $tag}
{$tag}
{/foreach}
{texy $post->body}
{_'blog.comments_are_closed'}
{/if}{layout '@base.html'} {block title} {$title} - {siteTitle()} {/block} {block content}
{_'blog.comments_are_closed'}
{/if}
{_'blog.comments'}
{foreach $post->getApprovedComments() as $comment} {include comment/_comment.html, comment => $comment} {/foreach}