{% set hello_world="hello world" %}
{% for i in [1, 2, 3] %}
{% if loop.first %}
{{hello_world}}
{% else %}
{% endif %}
{% endfor %}