{% load wagtailcore_tags wagtailimages_tags %}
{% if self.image %}
{% image self.image max-400x400 %}
{% endif %}
{{ self.text }}