You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets/template/templates/lstrip_blocks.j2

9 lines
161 B
Django/Jinja

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