Choose a template (optional)

{#if loading}
Loading templates...
{:else}
{#each templates as template (template.id)} {/each}
{/if} {#if errorMsg}
{errorMsg}
{/if}