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