{#snippet headerActions()}
loadTemplate(e.currentTarget.value)} class="rounded border border-gray-300 bg-white px-2 py-1 text-xs text-gray-700 shadow-sm focus:border-indigo-500 focus:outline-none focus:ring-1 focus:ring-indigo-500" >
Load a template
{#each templates as template (template)}
{template}
{/each}
{/snippet}
{#snippet headerActions()}
Reset
{/snippet}