{#if placeholder}
(showExample = !showExample)} class="text-xs text-blue-600 hover:text-blue-800 underline focus:outline-none" > {showExample ? 'Hide' : 'Show'} example
{#if showExample}
Example:
Load example
{placeholder}
{/if}
{/if}