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

Tags

{% for tag in post.tags %} {% endfor %} {% endif %} {% endif %}