{% if data %}
{% for tag in data %} {{ tag | escape }} {% endfor %}
{% endif %}