{% load wagtailimages_tags %} {% load wagtailcore_tags %} {% load static %}
{% for item in self %}
{{ item.text }} {% if item.icon %}{% endif %}{{ item.button.text }}
{% endfor %}