{#await title then title} {title} {:catch error} Error {/await}
{#await title}

Loading...

{:then title}

{title}

{:catch error}

Error getting title

{/await}
{#await photos then photos} {:catch error}
Unable to load photos: {error}
{/await}