shannonmoeller / handlebars-layouts

Handlebars helpers which implement layout blocks similar to Jinja, Nunjucks (Swig), Pug (Jade), and Twig.

Home Page:http://npm.im/handlebars-layouts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use with ember

TNAJanssen opened this issue · comments

Do you have any tips? because when im using Helpers.register(Ember.Handlebars); and/or Ember.Handlebars.registerHelper(Helpers(Ember.Handlebars)); it doesn't register!

I can see that the variable helpers is an empty object

Can you provide a more complete example, please? If I recall correctly, Ember uses htmlbars, not handlebars. I haven't used htmlbars so I'm not sure if the internal apis are compatible.

Closing due to lack of response. Feel free to reopen if you're still having issues.