1{% set pipe = joiner("|") -%} 2{% for i in [0, 1, 2] %}{{ pipe() }}{{ i }}{% endfor %}
View as plain text