express-handlebars
express-handlebars copied to clipboard
Pass data to partials not works
Hello I do something like this :
{{> myPartial name="John Doe"}}
in partials/myPartial.hbs
<label>Name : {{name}}</label>
but when I render it, only show :
Name :
expected :
Name : John Doe
where I wrong? because as I know it works in handlerbarsjs
thanks
getting same issue. any updates?
new development of express-handlebars is on a new repo express-handlebars/express-handlebars. If you could create an issue on that repo we could try to help.