{#if isAuthPage || auth.loading} {@render children()} {:else if auth.user}
{@render children()}
{/if}