{if $type=='category'}
{themeolBkTwo_GetCateMsg($category)}
{$category.Name}
{elseif $type=='author'}
{$author.StaticName}
{elseif $type=='tag'}
{$tag.Name}
{else}
{$title}
{/if}
{foreach $articles as $article}
{if $article.IsTop}{template:post-istop}{else}{template:post-multi}{/if}
{/foreach}
{template:pagebar}