{% load wagtailcore_tags wagtailimages_tags %}

{{ self.heading }}

{{ self.text|richtext }}
{% if self.image %} {% image self.image width-480 %} {% endif %}