{#await item}
{:then item}
{item.name}
£{item.price}
{item.detail}
{:catch error}
Server fucking died...
Error: {error.message}
{/await}
Popular
{#await popularToday}
{:then items}
{:catch error}
{error}
{/await}