{# Form stepper — visual progress indicator for multi-section forms #} {# Contract: ~/.claude/skills/ux-architect/components/form-wizard.md (UX-018) #} {# Pure Tailwind + design-system tokens. Client-driven via dzWizard. #}
    {% for section in form.sections %}
  1. {{ section.title }} {% if not loop.last %} {% endif %}
  2. {% endfor %}