{extend name='./content'} {block name="button"}
{/block} {block name="content"}
{foreach $articles as $v} {/foreach}
ID 分类 文章标题 链接 浏览量 状态 添加时间 操作
{$v.id} {if $v.cate_id==0}未分类{else/}{$v.category.name}{/if} {$v.title} {if $v.category.alias == 'single'}{:url('index/index/content',['id'=>$v.id])}{/if} {$v.views} {if $v.status==1} {else/} {/if} {$v.create_at|date="Y-m-d H:i:s",###} 置顶 编辑 {if $v['is_system'] == 0}删除{/if}
{$page} {/block}