{% macro PostTags(post) %}
{% for tag in post.tags.data %}
{{tag.name}}
{% endfor %}
{% endmacro %}