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