{# A_content/blocks/card.html #}
{% if title %}
{{ title }}
{% endif %}
{{ content|safe }}
{% if footer %} {% endif %}