We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Given test.hbs:
{{#> layout}}Outer{{/layout}}
and layout.hbs:
{{#> inner}}Inner{{/inner}} {{> @partial-block }}
I would expect:
Inner Outer
but I get:
Inner Inner
The text was updated successfully, but these errors were encountered:
I think I know what is going on here. Should be a relatively simple fix. Will take a look!
Sorry, something went wrong.
94c840b
Released in 4.0.3
Add tests for nested partial blocks
8d23ec6
See handlebars-lang/handlebars.js#1099
kpdecker
No branches or pull requests
Given test.hbs:
and layout.hbs:
I would expect:
Inner
Outer
but I get:
Inner
Inner
The text was updated successfully, but these errors were encountered: