I am brand new at this Javascript/JSON/Handlebars thing, and I am having trouble getting a JSON object, with two nested levels, to work in a Handlebars template.
I hav
There are a couple of changes to suggest, first you shouldn't write an object with several keys { Chapter:, Chapter:, etc...}
{ Chapter:, Chapter:, etc...}
The other suggestion is to review the way Handlebars works, it doesn't need each in every case. Hope it clarifies.
Try these changes:
Handlebars Demo