I’m new to Handlebars.js and just started using it. Most of the examples are based on iterating over an object. I wanted to know how to use handlebars in basic for loop.
Couple of years late, but there's now each available in Handlebars which allows you to iterate pretty easily over an array of items.
each
https://handlebarsjs.com/guide/builtin-helpers.html#each