{content.title}

{#if content.intro}

{content.intro}

{/if}
{#each content.steps as step, index}
{#if step.icon}
{/if}

{step.title}

{step.body}

{#if index < content.steps.length - 1} {/if} {/each}