<{{ htmlElement | default:'div' }} class="tna-card {{ classes }}{% if horizontal %} tna-card--horizontal{% endif %}{% if style == 'boxed' %} tna-card--contrast{% endif %}{% if style == 'accent' %} tna-card--accent{% endif %}" data-module="tna-card"{% for attribute, value in attributes.items %} {{ attribute }}="{{ value }}"{% endfor %}>
{% if supertitle %}
{{ supertitle }} {% if href %} {{ title }} {% else %} {{ title }} {% endif %}
{% else %} {% if href %} {{ title }} {% else %} {{ title }} {% endif %} {% endif %} {% if imageSrc %} {% if href %} {% else %}
{% endif %} {% if imageSources %} {% for source in imageSources %} {% endfor %} {% endif %} {{ imageAlt }} {% if label %}
{{ label }}
{% endif %} {% if href %}
{% else %}
{% endif %} {% endif %}
{% if meta %} {% endif %} {% if text %}

{{ text }}

{% else %} {{ body | safe }} {% endif %}
{% if actions %}
{% for item in actions %} {% if item.brandIcon %} {% elif item.icon %} {% endif %} {{ item.text }} {% endfor %}
{% endif %}