{% load wagtailcore_tags %} {% if self.layout == "horizontal" %}
{% if self.icon %}{% endif %}
{% if self.title %}

{{ self.title }}

{% endif %} {% if self.text %}

{{ self.text }}

{% endif %}
{% else %}
{% if self.icon %}{% endif %}
{% if self.title %}

{{ self.title }}

{% endif %} {% if self.text %}

{{ self.text }}

{% endif %}
{% endif %}