express-handlebars icon indicating copy to clipboard operation
express-handlebars copied to clipboard

Pass data to partials not works

Open yozawiratama opened this issue 6 years ago • 2 comments

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

yozawiratama avatar Jun 19 '19 04:06 yozawiratama

getting same issue. any updates?

spchuang avatar Apr 02 '20 11:04 spchuang

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.

UziTech avatar Apr 02 '20 15:04 UziTech