{String(sectionIndex + 1).padStart(2, "0")}
{section.title}
{section.summary}
{#if section.steps}-
{#each section.steps as step}
- {step} {/each}
{#each section.commands as entry}
{/each}
{/if}
{#if section.note}
{entry.command}
{entry.description}
{#if isWarningNote(section.note)}
{:else}
{/if}
{section.note}
{/if}