1 2 3 4 5 6
{% set hello_world = "hello world" %} {% for i in range(end=1) %}{% set hello_world = "hello world in a loop" %}{{__tera_context | safe}}{% endfor %} --- {{__tera_context | safe}} --- {{__tera_context}}