{#each pages as link} {@const is_current = use_is_current(link.href)}
{link.label}
{#if link.sections.length}
{#each link.sections as section} {@const is_current_section = use_is_current_section( is_current, section.anchor, )} {@const section_href = [ link.href, section.anchor, ].join('#')}
{section.label}
{/each}
{/if}
{/each}
Resources
{#each resources as link} {@const is_current = use_is_current(link.href)}
{link.label}
{/each}
Svelte Podcasts
{#each podcasts as link} {@const is_current = use_is_current(link.href)}
{link.label}
{/each}