{foreach name="menus" item="v"} {notempty name="v._child"}
  • {$v.title}
      {foreach name="v._child" item="vv"} {notempty name="vv._child"}
    • {$vv.title}
        {foreach name="vv._child" item="vvv"} {notempty name="vvv._child"}
      • {$vvv.title}
          {foreach name="vvv._child" item="vvvv"}
        • {$vvvv.title}
        • {/foreach}
      • {else /}
      • {$vvv.title}
      • {/notempty} {/foreach}
    • {else /}
    • {$vv.title}
    • {/notempty} {/foreach}
  • {else /}
  • {$v.title}
  • {/notempty} {/foreach}