{% load unicorn %}
{% if step == 1 %} {% unicorn "wizard/step1" id="step1" %} {% elif step == 2 %} {% unicorn "wizard/step2" id="step2" %} {% elif step == 3 %}
Last step! {{ step }}
{% else %} UNKNOWN STEP! {{ step }} {% endif %}