{foreach from=$posts item=post}
{if $showAll}
{include file="$blogtemplate/postsummary.template"}
{else}
{include file="$blogtemplate/post.template"}
{/if}
{/foreach}
{pager style="links"}