{foreach $articles as $article}
{if $article.IsTop}
{template:post-istop}
{else}
{template:post-multi}
{/if}
{/foreach}
{if $pagebar && $pagebar.PageAll > 1}
{/if}
{if $zbp->Config('tpure')->PostSITEMAPON=='1'}
{$lang['tpure']['sitemap']}{$lang['tpure']['index']}
{if $type == 'category'}
{tpure_navcate($category.ID)}
{else}
> {$title}
{/if}
{/if}