This is an old question, and maybe at that time Handlebars did not include the property @index, but according to the current (1.3.0) documentation:
When navigating through elements in, eachyou can refer to the current loop index through{{@index}}
source
share