5 lines
73 B

{#if show}
{#each fields as field}
<span>{field}</span>
{/each}
{/if}