{#each word as tile, i (i)}
{tile.letter.toUpperCase()}
{#if !tile.blank}
{tile.value}
{:else if usesStarBlank(variant)}
{BLANK_STAR}
{/if}
{/each}