{% for category in post.categories %} {{ category.name }}{% if not loop.last and loop.first %} > {% endif %}{% if not loop.last and not loop.first %},{% endif %} {% endfor %}