You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @nknapp ,
I know I can do this passing it to B template, but it was a dict with dynamic fields (some fields can be undefined too) so I was looking for the most elegant way to do this.
At the end I had it with hacking Handlebars.registerPartial, used to define some globas instead of subtemplating :)
Mirko
Hi all,
after googling about this didn't find a solution/docu so, asking here:
I have one page loading 2 different templates, each template with its own context, let's call them
From B template I can get
{{some_varB}}
, but I'd like to know if i can get some_varA too without using ad hoc Helpers or Partials?Thanks
Mirko
The text was updated successfully, but these errors were encountered: