{# Card Component #} {% set cardClass = cardClass|default('') %}
{% if title is defined %}

{{ title }}

{% endif %}
{{ content|raw }}
{% if footer is defined %} {% endif %}