clay / handlebars

A collection of helpers and partials for handlebars
MIT License
15 stars 8 forks source link

Support Namespacing Layout vs Component Templates #53

Open jonwinton opened 6 years ago

jonwinton commented 6 years ago

With layouts being a top level data structure, we need to namespace layout/component templates. This means some helpers will need to reference the namespace + component name rather than just the component name.

For example: https://github.com/clay/handlebars/blob/master/partials/component-list.hbs#L2

nelsonpecora commented 6 years ago

Namespacing layouts would also require changes to kiln and claycli