In Handlebars, say i have a collection of names how can i do
names
{{#each names}} {{position}} {{name}} {{/each}}
where {{position}} is
This works for me
{{#each posts}} {{@index}} {{name}} {{/each}}