{#each items as item} {#await item.data}

{item.title}: loading...

{:then result}

{item.title}: {result}

{/await} {/each}