{% load wagtailcore_tags %} {% load waggylabs_filters %}
{% if value.header or value.header_icon %}
{% if value.header_icon_location == 'end' %} {{ value.header }} {% if value.header_icon|is_icon %}{% endif %} {% else %} {% if value.header_icon|is_icon %}{% endif %} {{ value.header }} {% endif %}
{% endif %} {% include_block value.item with footer=True %}