{% for i in 1..count %} {% if i == index + 1 %}
Step {{ i }}
{% else %}
Step {{ i }}
{% endif %} {% if i != count %} > {% endif %} {% endfor %}