appwrite
    {#each Object.entries(links) as [title, items]}
  • {title}

      {#each items as { href, label, target, rel }}
    • {label}
    • {/each}
  • {#if $isSelected(title)}
      {#each items as { href, label, target, rel }}
    • {label}
    • {/each}
    {/if}
  • {/each}