{{#await thePromise}}
	<p>loading...</p>
{{then theValue}}
	<button ref:button on:click='set({ clicked: theValue })'>click me</button>
{{catch theError}}
	<p>oh no! {{theError.message}}</p>
{{/await}}