{# contains informations on the categories for that post. #} {% if post %} {% if post.categories is defined %}

Categories

{% for category in post.categories %} {% endfor %} {% endif %} {% endif %}