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