handlebars-template-loader
handlebars-template-loader copied to clipboard
dynamic partial attributes
is it possible to parse attributes from partial params. Following doesn't work
{{#*inline "myPartial"}}
<img src="{{src}}"/>
{{/inline}}
{{> myPartial src='../../asset/img/brand.png'}}
handlebars-loader fixes this with inlineRequires. is there something similar or a workaround in handlebars-template-loader?