In the Block Helpers section of the README.md there is no Handlebars.registerHelper call that defines what {{#people}}{{/people}} does. As a result, people are assuming it to be a shorthand of {{#each people}}{{/each}} which is however nowhere mentioned that such behavior happens.
Please do either of:
- Introduce a
Handlebars.registerHelper call in the README.md to define what the people block helper does.
- Clarify everywhere that
{{#people}}{{/people}} is a shorthand of {{#each people}}{{/each}}, however I don't think this behavior is present and shouldn't be present for ambiguity reasons and name clashes.
In the
Block Helperssection of theREADME.mdthere is noHandlebars.registerHelpercall that defines what{{#people}}{{/people}}does. As a result, people are assuming it to be a shorthand of{{#each people}}{{/each}}which is however nowhere mentioned that such behavior happens.Please do either of:
Handlebars.registerHelpercall in theREADME.mdto define what thepeopleblock helper does.{{#people}}{{/people}}is a shorthand of{{#each people}}{{/each}}, however I don't think this behavior is present and shouldn't be present for ambiguity reasons and name clashes.