Export push_partial_block and pop_partial_block#454
Export push_partial_block and pop_partial_block#454mkantor wants to merge 1 commit intosunng87:masterfrom
push_partial_block and pop_partial_block#454Conversation
|
May I know your use case for this? Since |
That's my goal. 😄 I have a custom helper that can render other handlebars templates (with additional functionality), and want to set Here's the commit where I'd like to use |
|
@mkantor Thanks for your clarification. How about using |
|
@sunng87 Sorry for the slow response!
I could use
To me this doesn't feel much different from a helper that sets variables like For what it's worth handlebars.js allows this (there it's much worse because the global |
3f17405 to
f548d96
Compare
This allows custom helpers to manipulate the @partial-block variable.
f548d96 to
943a75e
Compare
This allows custom helpers to manipulate the
@partial-blockvariable.