ericf / express-handlebars

A Handlebars view engine for Express which doesn't suck.
BSD 3-Clause "New" or "Revised" License
2.31k stars 384 forks source link

Advances Example {{#templates}} ? #60

Closed daslicht closed 10 years ago

daslicht commented 10 years ago

Hello, What kind of tag is {{#templates}} ? Is it a block helper ? But where is it defined, please?

https://github.com/ericf/express3-handlebars/blob/master/examples/advanced/views/layouts/shared-templates.handlebars#L18

ericf commented 10 years ago

This is Handlebars shorthand for {{#each someArray}}, it's built-in. http://handlebarsjs.com/block_helpers.html