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