{loop $index as $name=>$ind}
{$name}
{loop $ind as $in}
{$in['name']}
{$in['ms']}
{if $in['isMark']}
推荐
{/if}
{/loop}
{/loop}