{% if tags %}
{% for tag in tags %} {% if links %}{% endif %} {{ tag.name }} {% if links %}{% endif %} {% endfor %}
{% endif %}