{% if header or title %}
{% if title %}

{{ title }}

{% endif %} {% if description %}

{{ description }}

{% endif %} {% if header %} {{ header|safe }} {% endif %}
{% endif %}
{{ content|safe }} {% block card_content %}{% endblock %}
{% if footer %}
{{ footer|safe }}
{% endif %}