The plugin does not seem to support inline partials. For the following code:
{{#*inline "rightButtons"}}
....
{{/inline}
....
{{> rightButtons}}
It will try to fetch "inline.js" as a helper (should be included in defaultHelpers array). Then it will try to fetch "rightButtons.hbs".
The plugin does not seem to support inline partials. For the following code:
It will try to fetch "inline.js" as a helper (should be included in defaultHelpers array). Then it will try to fetch "rightButtons.hbs".