{{ heading|default:"Related posts" }}

{% for post in posts %}
{% if post.featured_image_url %}{{ post.title }}{% endif %}

{{ post.title }}

{% if post.published_at %}{% endif %}
{% endfor %}