{#if loading && !$app}
Loading…
{:else if error && !$app}
{error}
{:else} {@render children?.()} {/if}