{{ post.title | escape }} {% if post.tags != empty %} {% assign tags = post.tags %} {% for tag in tags %} {{tag | downcase }}{% unless forloop.last %},{% endunless %} {% endfor %} {% endif %}