{% if eyebrow %}

{{ eyebrow }}

{% endif %}{% if heading %}

{{ heading }}

{% endif %}{% if intro %}

{{ intro }}

{% endif %}{% if steps %}
{% for step in steps %}
{{ forloop.Counter }}{% if not forloop.Last %}{% endif %}
{% if step.title %}

{{ step.title }}

{% endif %}{% if step.text %}

{{ step.text }}

{% endif %}
{% endfor %}
{% else %}

No steps configured.

{% endif %}