{%- with func=range %}
  {%- for item in func(iterations) %}
    {{- debug() -}}
  {%- endfor %}
{%- endwith %}
