{#await thePromise} loading... {:then [ a, b ]}
a: {a}
b: {b}
{:catch [c, [d, e]]}
c: {c}
d: {d}
e: {e}
{/await}