{extend name='main'} {block name="content"}
{notempty name='list'} {if auth("edit_home_msg")} {/if} {/notempty} {foreach $list as $key=>$vo} {/foreach}
类型 正文内容 更新时间 最后编辑操作
{$vo.title} {$vo.content|raw} {$vo.addtime|format_datetime} {$vo.author} {if auth("edit_home_msg")} 编辑 {/if}
{/block}