{volist name="tree" id="list"}
{$list['user']['username']} {$list['create_time']|time_format} - 点赞({$list['up']})
{$list['content']}
{notempty name="list['_']"} {:controller('Comment')->tree($list['_'])} {/notempty}
{/volist}