{#if mobileOpen}
dispatch('closeMobileMenu')}>
{/if}
{#if isLoggedIn} {:else} {/if}
{#each allSections as section}
{#if section.children && $expandedSection === section.id}
{#each section.children as child} {/each}
{/if}
{/each}