{% load wagtailcore_tags wagtailimages_tags %}
{% if self.image %} {% image self.image fill-300x900 as card_img %}
{% comment %} {{card_img.title}} {% endcomment %}
{% endif %}
{% if self.title %}
{{self.title}}
{% endif %} {% if self.subtitle %}
{{self.subtitle}}
{% endif %}
{{self.description}}
{% for button in self.links %} {% include_block button %} {% endfor %}