{% for post in __SELF__.recentPosts %}
{% if post.featured_images.count %} {{ post.title }} {% endif %}
{{ post.title }}
{{ post.published_at|date('M d, Y') }}
{% endfor %}