In Handlebars, say i have a collection of names how can i do
names
{{#each names}} {{position}} {{name}} {{/each}}
where {{position}} is
only you have to use {{@index}}
example:
{{#.}} counter: {{@index}} {{/.}}