{% for item in card_contents %}
  • {% if item.link %} {% endif %}
    {% if item.card_heading %}

    {{ item.card_heading }}

    {% if item.link %} {% endif %}
    {% endif %} {% if item.svg_src or item.image_src%}
    {% if item.svg_src %} {% endif %} {% if item.image_src %} {{ item.alt_text }} {% endif %}
    {% endif %} {% if item.p_text %}

    {{item.p_text|safe}}

    {% endif %}
    {% if item.link %}
    {% endif %}
  • {% endfor %}