{% if item.image %} {% include "partials/_linked_card_open.html" with url=item.url card_class="supporter-card" %}
{% if item.icon %}{% endif %} {% if item.badge %}
{{ item.badge }}
{% endif %} {% if item.title %}

{{ item.title }}

{% endif %} {% if item.content %}

{{ item.content }}

{% endif %}
{% include "partials/_linked_card_close.html" with url=item.url %} {% else %} {% include "partials/_linked_card_open.html" with url=item.url card_class="feature-card" %} {% if item.icon %}{% endif %} {% if item.badge %}
{{ item.badge }}
{% endif %} {% if item.title %}

{{ item.title }}

{% endif %} {% if item.content %}

{{ item.content }}

{% endif %} {% include "partials/_linked_card_close.html" with url=item.url %} {% endif %}