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