You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
handlebarsjs has an inline partials feature now. It would be nice to be able to do {{#embed 'my_inline_partial'}}{{/embed}}. Is there a different way to use them I'm missing?
Inline partials also do not appear to work from within a child context of a block or content or embed. Where the inline partial was defined in a parent context.
The text was updated successfully, but these errors were encountered:
It's been a number of years since I've used Handlebars with any regularity, so I'm afraid I'm not up to speed on how newer versions of Handlebars maintain lists of partials. Given that Handlebars has this functionality built-in now, is handlebars-layouts still helpful?
I would say yes. Its got some slightly different abilities with extend vs embed. It would make more sense if it was something built ontop of the existing inline partials feature though
handlebarsjs has an inline partials feature now. It would be nice to be able to do
{{#embed 'my_inline_partial'}}{{/embed}}
. Is there a different way to use them I'm missing?Inline partials also do not appear to work from within a child context of a block or content or embed. Where the inline partial was defined in a parent context.
The text was updated successfully, but these errors were encountered: