{#each categories as category} {#each category.things as thing}
{category.name}: {thing.name}
{/each} {/each}