{#if list && list.length} {#list list[0] as item by item_index} {/list} {#list list[0] as subItem by subItem_index} {/list} {#list list as item by item_index} {#if item_index !== 0} {#list item as subItem by subItem_index} {/list} {/if} {/list}
{subItem}
{subItem}
{/if}