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

{{ post.title }}

{% if post.intro %}

{{ post.intro }}

{% endif %}

{{ post.author_name }}

{{ post.date }} {{ post.readtime }}


{% endfor %}