{% load wagtailcore_tags wagtailimages_tags %} {% image self.image width-2000 as img %}

{{ self.headline }}

{% for block in self.content %} {% include_block block %} {% endfor %}