{% load wagtailcore_tags wagtailimages_tags %}
{% if self.image %} {% image self.image fill-900x600 as card_img %} {{card_img.title}} {% endif %}
{% if self.title %}
{{self.title}}
{% endif %} {% if self.subtitle %}
{{self.subtitle}}
{% endif %}
{{self.description}}