{#await item}
{:then item}
{item.name}
£{item.price}
{item.detail}
{ Cart.addToCart(item.uuid, 1) }} id="add-to-cart">Add to Cart
{:catch error}
Server fucking died...
Error: {error.message}
{/await}
Popular
{#await popularToday}
{:then items}
{:catch error}
{error}
{/await}