{#each statementWords as token, index} {#if /\s+/.test(token)} {token} {:else} {token} {/if} {/each}