{#each displaySections as section} {#if section.children}
  • {section.name}
    {#if $activeSection === section.id} {/if}
  • {:else}
  • {section.name}
  • {/if} {/each}
  • {#if $activeSection === 'more'} {/if}