{#if result !== null}
Calculator
{searchTerm}
{inputUnit || 'Question'}
→
{#if !isCalculating}
{result}
{outputUnit || 'Result'}
{:else}
{/if}
{/if}