{# Visual step indicator for multi-step flows — pure Tailwind (cycle 251). Parameters: steps (list of {label: str}), current_step (int, 1-based) #} {% set current = current_step | default(1) %}