{{ post.date }} {% if post.tags %} Tags: {% for tag in post.tags %}{{ tag }}{% if not loop.last %}, {% endif %}{% endfor %} {% endif %} {{ post.body | safe }}