<div>
{% for var in array %}
{{ value }}
{% include
something %}
{% endfor %}

{% liquid
for var in array
echo value
endfor
%}
</div>