{% load wagtailcore_tags wagtailimages_tags %}
{% if self.top_image %} {% image self.top_image width-340 class="card-img-top" %} {% endif %}
{% if self.title %}
{{ self.title }}
{% endif %} {% if self.subtitle %}
{{ self.subtitle }}
{% endif %}
{% for block in self.body_blocks %}{{ block }}{% endfor %}