Skip to content
New issue

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

@partial-block is overridden #1099

Closed
btmorex opened this issue Sep 19, 2015 · 2 comments
Closed

@partial-block is overridden #1099

btmorex opened this issue Sep 19, 2015 · 2 comments
Assignees
Labels

Comments

@btmorex
Copy link

btmorex commented Sep 19, 2015

Given test.hbs:

{{#> layout}}Outer{{/layout}}

and layout.hbs:

{{#> inner}}Inner{{/inner}}
{{> @partial-block }}

I would expect:

Inner
Outer

but I get:

Inner
Inner

@kpdecker
Copy link
Collaborator

I think I know what is going on here. Should be a relatively simple fix. Will take a look!

@kpdecker kpdecker added the bug label Sep 21, 2015
@kpdecker kpdecker self-assigned this Sep 21, 2015
@kpdecker
Copy link
Collaborator

Released in 4.0.3

thekid added a commit to xp-forge/handlebars that referenced this issue Sep 17, 2017
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants