-
-
Notifications
You must be signed in to change notification settings - Fork 155
Open
Description
Currently when I have a string in my helper that I want to transform into a template to render, I have to create a new instance of Handebars, register a template and then get the Template. I can't use the existing instance, because I don't have mutable access to it. This is a little verbose and seems unnecessary. It would be really nice if I could just use the existing instance and compile my string into a Template without registering it at all.
Metadata
Metadata
Assignees
Labels
No labels