{include file="$blogtemplate/header.template"} {if $showAll == 1 && $category}

{$locale->tr("posts")}: {$category->getName()}

{/if} {foreach from=$posts item=post} {if $showAll}
{$post->getTopic()}
{$post->getText()|strip_tags|truncate:300:"...":false}
{else} {include file="$blogtemplate/post.template"} {/if} {/foreach} {pager style="links"} {include file="$blogtemplate/footer.template"}