Sources

{#each langs as l} {/each}
{#if loading}
{:else if groups.length === 0}
No sources found.
{:else}
{#each groups as g} {@const single = g.sources.length === 1} {@const open = expanded.has(g.name)}
{#if !single && open} {#each g.sources as src} {/each} {/if}
{/each}
{/if}