How do I use nested iterators with Mustache.js or Handlebars.js?
Sorry I’m a little late in the game here. The accepted answer is great but I wanted to add an answer that I think is also useful, especially if you are iterating over simple row/column arrays. When you’re working with nested handlebar paths, you can use ../ to refer to the parent template context (see … Read more