Current method,
Since Handlebars API V2 they already include an @number
It's basically an index of the iterator start with 1.
So, This is what you could have done.
{{#foreach names}}
{{@number}}
{{name}}
{{/foreach}}
Reference: https://ghost.org/docs/api/v3/handlebars-themes/helpers/foreach/