{% load wagtailcore_tags %}
    {% for item in self.items %}
  1. {{ item.title }}
    {{ item.content|richtext }}
  2. {% endfor %}