{% if data is not none and data["_type"] == "tags" %} {% for tag in data.tags %} {{ tag }} {% endfor %} {% endif %}