{% load wagtailcore_tags wagtailimages_tags %} {% firstof self.page.url self.link as target %}
{% if self.img %} {% image self.img width-356 as img %} {% if target %} {{ img.alt }} {% else %} {{ img.alt }} {% endif %} {% endif %}
{% if self.headline %}

{% if target %} {{ self.headline }} {% else %} {{ self.headline }} {% endif %}

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