{% if posts | length %} {% if title %}
{{ title }}
{% endif %}
{% for post in posts %}
{{ post.title }} {% partial "common/helpers/image" image = post.images.list.default style = "width:100px;border:0;" responsive = post.images.list.responsive alt = post.images.list.alt class = "img-thumbnail float-left mr-1 image-fluid" ~ post.images.list.class %}

{{ post.excerpt | striptags }}

{# todo translate this #}

{% if not hideCategory %} {% if post.primary_category %} in {{ post.primary_category.name }} {% endif %} {% endif %} By {{ post.author.full_name }}

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