{% set posts = __SELF__.posts %}
{% for post in posts %} {{ post.name }} {% else %}
{{ noPostsMessage }}
{% endfor %}
{{ posts.render|raw }}