{% set posts = __SELF__.posts %}
{{ post.published_at|date('Y-m-d') }}
Tags: {% for tag in post.tags %} {{ tag }}{% if not loop.last %},{% endif %} {% endfor %}