{% load wagtailimages_tags %} {% load wagtailcore_tags %} {% load static %}
{% for item in self %}
{% image item.image original %}
{{item.title}}

{{item.text}}

{% endfor %}