{% load wagtailimages_tags %} {% load wagtailcore_tags %} {% load static %}
{% for item in self %}
{% if item.columns == '2' %}
{{ item.text_left }}
{{ item.text_right }}
{% else %}
{{ item.text_left }} {{ item.text_right }}
{% endif %}
{% endfor %}