askama/testing/templates/precedence-for.html
2019-01-08 15:59:45 +01:00

4 lines
173 B
HTML

{% for s in strings %}
{{- loop.index0 }}. {{ s }}{{ 2 * loop.index }}{% if !loop.first %}{% else %} (first){% endif %}{% if loop.last %} (last){% endif %}
{% endfor %}