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
what's the recommended approach to extend the plugin DSL
right now I 'am embedding helpers in the hardcode option , but I would like to reuse some of them globally
I could wrap the compile or render methods but I am just wondering if this is the best way do to this
The text was updated successfully, but these errors were encountered:
Your web framework should be doing this. For example, expressjs allows you to specify 'view options', which will be passed to the view's compile as options argument.
Hello thxs for this nice template engine
what's the recommended approach to extend the plugin DSL
right now I 'am embedding helpers in the hardcode option , but I would like to reuse some of them globally
I could wrap the compile or render methods but I am just wondering if this is the best way do to this
The text was updated successfully, but these errors were encountered: