Can you access a parent's template's helpers from the child's template?

Is there anyway I could go about it without rewriting the helpers for each child template? Like a convenient way to access the parent data just strictly on the template level code.

Thanks in advance! :smile:

Have you tried just typing β€œβ€¦/” ?

eg.

{{#if …/parentVariable }}?

I don’t think that is not a core feature, but maybe this package can help:

1 Like

This was what I exactly needed! Thanks! :slight_smile: :slight_smile: