libnovel
{#if navigating}
{/if}
{#if data.user && menuOpen} {/if}
{#key page.url.pathname + page.url.search} {@render children()} {/key}
{#if audioStore.active}
{#if chapterDrawerOpen && audioStore.chapters.length > 0}
{/if} {#if audioStore.status === 'generating' || audioStore.status === 'loading'}
{:else if audioStore.status === 'ready'}
{/if}
{#if audioStore.status === 'ready'} {:else if audioStore.status === 'generating'} {/if} {#if audioStore.slug && audioStore.chapter > 0} {#if audioStore.cover} {:else}
{/if}
{/if}
{/if}