{#each groups as group, i}

{group.label}

    {#each group.links as link}
  • {link.label}
  • {/each}
{/each}