{% comment %} Foundation has no `.card-footer`; a trailing `.card-divider` is the documented footer convention. {% endcomment %}
{% if header %}

{{ header }}

{% endif %}
{{ slot }}
{% if footer %}
{{ footer }}
{% endif %}