{#each $layout.children as { path, title }}
$goto(path)}> {title}
{/each}
$goto(`/settings`)}>
(location = `/${application}`)}>
{#await promise}
{:then}
{:catch error}
Something went wrong: {error.message}
{/await}