Replies: 2 comments
|
No such way yet. Thus I think it's better to create different instances of Liquid as there's more states shared within. Converting to discussion to leave it open. |
0 replies
|
any way to setup more lookups then root, layouts, partials ? like sets say i want to setup sections ,blocks so can we impliment it like engine.registerLookup('section','./project/sections');
engine.registerLookup('block','./project/blocks'); |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello, We are working on a project where we host multiple webistes with own dedicate themes. liquidjs has helped us a lot. Right now we are creating new liquid instance for each website. I want to know do we have option to override / change root at render time ? for example
But its not memory efficiant. i wanned to know if there is a way to use single engine istance to render multiple themes while saying isolated contexts and files ?.
All reactions