{#each shown as slot, i (slot.id)}
= dropIndex} data-rack-index={slot.index} animate:hop={shuffling} onpointerdown={(e) => ondown(e, slot.index)} >
{slot.letter === BLANK ? '' : slot.letter}
{#if slot.letter !== BLANK}
{valueForLetter(variant, slot.letter)}
{/if}
{/each}