Skip to content

Calling partials with a parameter does not inherit parent context #250

@jontro

Description

@jontro

Calling partials with a specific parameter like this
{{> hbs/share/share page}}

does not inherit the parent context. I.e you cannot get data from the initial context.

However when calling it like this:
{{#page}}
{{> hbs/share/share}}
{{/page}}

Everything works fine.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions