{$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, mediumDate => $mediumDate} {/foreach}