{% set bar = "FOO" %} {# create a new scope #} {% for i in [1] %} {% set buzz = "buzz" %} {% endfor %}