{notempty name='forum'} 发帖
{/notempty}
{php} $forums = \app\forum\model\Forum::where(['status'=>1]) -> order('sort desc') -> select(); $forums = \ebcms\Tree::group($forums); {/php} {foreach name='forums' item='group'}

{$key}

{foreach name='group' item='vo'} {$vo.count}{$vo.title} {/foreach}
{/foreach}