Answers for "nunjucks index in loop"

C#
0

nunjucks index in loop

{% for item in items %}
	{{ loop.index }}
{% endfor %}

// Nunjucks: Get index in a loop => {{ loop.index }}
Posted by: Guest on February-20-2022

C# Answers by Framework

Browse Popular Code Answers by Language