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