Table of Contents
    {#each toc as parent (parent.href)}
  • = 3, 'before:opacity-100': parent.selected } )} > {parent.title} {#if parent.children}
      {#each parent.children as child}
    • {child.title}
    • {/each}
    {/if}
  • {/each}