{include file="$blogtemplate/header.template"} {if $showAll}
{if $showAll == 1 && $category}
{$locale->tr("posts")}: {$category->getName()}
{/if}
{else} {foreach from=$posts item=post} {include file="$blogtemplate/post.template"} {/foreach} {/if} {pager style="links"} {include file="$blogtemplate/footer.template"}