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

Calling a partial inside another partial

Open ngohuytrieu opened this issue 3 years ago • 0 comments

Hi guys, I have an issue when trying to call a partial inside another partial

Partials folder structure

views/partials/partial1.hbs
views/partials/partial2.hbs

Inside patial1.hbs

Partial 1
{{>partial2}}

Inside patial2.hbs

Partial 2

The result doesn't show any error but the content of the partial2.hsb is not showing.

ngohuytrieu avatar Sep 29 '22 14:09 ngohuytrieu