Maybe I'm gettin the syntax wrong, but anyone know if when you're in a nested each loop you can get at the parent's context of @index/first/last in the parent loop?
{{@each}}
Parent index: {{@index}}
{{#each}}
How to get at parent @index?
{{../@index}} ?
{{@root.index}} ?
{{/each}}
{{/each}}