aboutsummaryrefslogtreecommitdiffstats
path: root/testing/templates/precedence-for.html
blob: c8d2cdd3e95bb0fa246c9bacd0de4ddf0b1ce3c3 (plain) (blame)
1
2
3
{% for s in strings %}
    {{- loop.index0 }}. {{ s }}{{ 2 * loop.index }}{% if !loop.first %}{% else %} (first){% endif %}
{% endfor %}