{#if $app}

{$app.name}

{#if $app.description}

{$app.description}

{/if} {/if}
{#if loading && !$app}

Loading…

{:else if error && !$app}

{error}

{:else} {@render children?.()} {/if}