{#each masks as m (m.id)}
{#if m.id === activeMaskId && revealed && m.label}
{m.label}
{/if} {/each}