Task Lists {#each rootLists as list}

{list.name}

{#each children.get(list.id) as childList}

{childList.name}

{/each}
{/each}