1 2 3 4 5
{%- include "./include.txt" %} {%- for _ in range(count or 1) %} Hello {{ name }}! {%- endfor %} List: {{ list|join("|") }}