{% load wagtailcore_tags %}
    {% for item in self.items %}
  1. {% if not forloop.first %} {% endif %} {% if not forloop.last %} {% endif %}
    Step {{ forloop.counter }}

    {{ item.title }}

  2. {% endfor %}