{%- for item in card_items %}
{%- if item.image_source is not none %} {%- endif %} {%- if item.header_text is not none %}
{{ item.header_text }}
{%- endif %}
{{ item.card_body }}
{%- if item.footer_text is not none %} {%- endif %}
{%- endfor %}