<{foreach item=item from=$block.menu}>
<{if $item.content_type == 'link'}>
<{$item.content_menu}>
<{else}>
<{$item.content_menu}>
<{/if}>
<{foreach item=sub from=$item.child}>
<{if $item.content_type == 'link'}>
<{$item.content_menu}>
<{else}>
<{$item.content_menu}>
<{/if}>
<{foreach item=end from=$sub.child}>
<{if $item.content_type == 'link'}>
<{$item.content_menu}>
<{else}>
<{$item.content_menu}>
<{/if}>
<{/foreach}>
<{/foreach}>
<{/foreach}>
<{/if}>
<{if $block.type == 'vertical' || $block.type == 'horizontal'}>
<{/if}>