Skip to content

In the README.md examples, the #people block helper is not defined. #259

@TamaraWijsman

Description

@TamaraWijsman

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:

  1. Introduce a Handlebars.registerHelper call in the README.md to define what the people block helper does.
  2. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions