{extend name="public/base" /} {block name="style"} {/block} {block name="main"}
{notempty name="banner.image"} {/notempty}
{volist name="categorys" id="ca"} {if condition="$Request.get.cid == $ca.id || (!$Request.has.cid && $key == 0)"} {else/} {/if} {$ca.name} {/volist}
{notempty name="articles"}
{$articles|raw}
{/notempty}
{/block}