Start With a Template
{#await templatesPromise}
{:then templates}
{#each templates as template}
{template.name}
{template.category} {template.description}
{/each}
{:catch err}
{err}
{/await}