{% if page.tags.size > 0 %}
{% for tag in page.tags %}{{ tag }}{% endfor %}
{% endif %}