{% load wagtailcore_tags wagtailimages_tags %}

{{ self.title }}

{% if self.image %}
{% image self.image max-600x400 %}
{% endif %}
{{ self.text }}
{% if self.link %} Read Case Study {% endif %}