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
As mentioned in "Upgrading" section in readme, it seems possible to (dynamically) pass custom partials when rendering.
Here "dynamically" means that one can decide the partials conditionally instead of register them globally e.g. pass Handlebars.templates.foo as myPartial under one situation while Handlebars.templates.bar under others.
Am I correct? Note only the "Upgrading" section mentions the additional parameters for template API.
The text was updated successfully, but these errors were encountered:
As mentioned in "Upgrading" section in readme, it seems possible to (dynamically) pass custom partials when rendering.
Here "dynamically" means that one can decide the partials conditionally instead of register them globally e.g. pass Handlebars.templates.foo as myPartial under one situation while Handlebars.templates.bar under others.
Am I correct? Note only the "Upgrading" section mentions the additional parameters for
template
API.The text was updated successfully, but these errors were encountered: