{extend name="base" /} {block name="resources"} {/block} {block name='body'}
{if $type == 'img'} {else if $type == 'video'} {/if}
添加分组
    {foreach $album_tree_list as $k => $v}
    {if isset($v['child_list'])} {else /} {/if}
    {$v['album_name']} {$v['num']}
    {if isset($v['child_list'])}
    {foreach $v['child_list'] as $key => $val}
    {$val['album_name']} {$val['num']}
    {/foreach}
    {/if}
    {/foreach}
{/block}