{% load wagtailcore_tags %}
{% if self.image %}
{{ self.title|striptags|default:'Card' }}
{% endif %}
{% if self.icone_card %}
{% endif %} {% if self.sub_title %}
{{ self.sub_title|richtext }}
{% endif %} {% if self.title %}

{{ self.title|richtext }}

{% endif %} {% if self.subtitle %}
{{ self.subtitle|richtext }}
{% endif %} {% if self.description %}
{{ self.description|richtext }}
{% endif %} {% if self.link_url %} {% endif %}