{#if showTitle || config.teaser}
{#if showTitle}

{config.name}

{/if} {#if config.teaser}

{config.teaser}

{/if}
{/if}
handleInput(1)} placeholder="Enter value" class:active={activeField === 1} />
{#if !has3}
{/if}
handleInput(2)} placeholder={has3 ? 'Enter value' : 'Result'} class:active={activeField === 2} />
{#if has3}
handleInput(3)} placeholder="Result" class:active={activeField === 3} />
{/if}