{% for content in data[1] %}
{% if content.icon %} {% else %} {% endif %} {% assign i = 1 %} {% for item in content.items %} {% assign i = i | plus: 1 %} {% endfor %} {% for item in content.keywords %} {% endfor %}
{{ content.name }}
{{ item }}
{% endfor %}