{extend name="main"} {block name="button"} {if auth('add')} {/if} {/block} {block name='content'}
{foreach $list as $vo}
{foreach $vo.articles as $k => $v} {if $k < 1}
{if $v.title}

{$v.title}

{/if}
{else}
{$v.title}
{/if}{/foreach}
{/foreach}
{empty name='list'}没有记录哦{else}{$pagehtml|raw|default=''}{/empty}
{/block} {block name='script'} {/block} {block name="style"} {/block}