{% if title %}

{{ title }}

{% endif %}{% if subtitle %}

{{ subtitle }}

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

{{ post.title }}

{% if showExcerpt and post.excerpt %}

{{ post.excerpt }}

{% endif %}
{% endfor %}
{% endif %}