{% if posts | length %} {% if title %}
{{ title }}
{% endif %}
{% for post in posts %}
{% if post.images.list.default %} {% partial "common/helpers/image" image = post.images.list.default responsive = post.images.list.responsive alt = post.images.list.alt class = "card-img-top img-fluid " ~ post.images.list.class %} {% else %} A placeholder {% endif %}

{{ post.title }}

{% if not hideExcerpt %}

{{ post.excerpt | striptags }}

{% endif %}
{% endfor %}
{% if posts.links %}
{% endif %} {% endif %}