{% if postlistHeaderText %}

{{ postlistHeaderText }}

{% endif %}
{% for post in postslist | reverse %}
{% if not postListTypeMicroblog %}
{{ post.data.imageAlt }}
{% endif %}
{% if not postListTypeMicroblog %} {% endif %}

{% if post.data.title %}{{ post.data.title | safe }}{% else %}?{% endif %}

{% if not postListTypeMicroblog %}
{% endif %}

{% endfor %}