{extend name="../../admin/view/main"} {block name='content'}
文章类型
{empty name='vo.type'}{assign name='vo.type' value='video'}{/empty} {foreach $types as $key=>$type}{if isset($vo.type) and $key eq $vo.type} {else} {/if}{/foreach}
文章标签
{foreach $tags as $tag}{if isset($vo.tags) && is_array($vo.tags) && in_array($tag.title, $vo.tags)} {else} {/if}{/foreach}
资源文件
文章图片
文章内容
{notempty name='vo.id'}{/notempty}
{/block}