{#each instructions as group, groupIndex}
updateInstructionGroupName(groupIndex, e)} placeholder="Instruction section name" /> {#each group.steps as step, stepIndex}
{stepIndex + 1}
updateStep(groupIndex, stepIndex, e)} placeholder="Step description" />
{/each}
{/each}