{% for post in posts %}
{{ post.published_at }} {% for tag in post.tags %} {{ tag }} {% if not forloop.last %}, {% endif %} {% endfor %}