{foreach $articles as $article}
{if $article.IsTop}
{template:post-istop}
{else}
{template:post-multi}
{/if}
{/foreach}
{if $pagebar && $pagebar.PageAll > 1}
{/if}