{% load static %} {% load wagtailimages_tags %}
{% for item in self %}
{% image item.icon height-100 %}

{{ item.title }}


{% image item.image height-80 %}
{% endfor %}