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