{% load wagtailcore_tags %} {% for post in posts %}
{% if post.image_url %} Responsive image {% endif %}

{% endfor %}