{# v0.62 CSS refactor: marketing steps reuse the existing .dz-step-item / .dz-step-number / .dz-step-content family from site-sections.css (vertical at =lg). The list wrapper uses .dz-section-steps-list (added below) to avoid clashing with the framework's `.dz-steps` rule for the in-app stepper. #} {% from "site/sections/_helpers.html" import section_id_attr, section_header %}
{{ section_header(section) }}
    {% for item in section["items"] | default([]) %}
  1. {{ loop.index }}

    {{ item.title | default("") }}

    {{ item.body | default("") }}

    {% if not loop.last %} {% endif %}
  2. {% endfor %}