{#each items as item}
  • {item.label}: {#each item.refinements as refinement} {refinement.label} {/each}
  • {/each}