{# templates/blocks/bootstrap_card.html #}
{% if self.image %} {% image self.image fill-800x400 as card_image %} {{ self.title }} {% endif %}
{{ self.title }}
{{ self.content|richtext }}
{% if self.button_text and self.button_link %} {{ self.button_text }} {% endif %}