Replies: 2 comments
-
And btw, if I want Liquid load all template from an object instead of file, what is the right way to do this? custom tag like behind comment or rewrite Liquid method? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Now I find Liquid Abstract-File-System, looks like this will resolve my problem, I will close this issue. |
Beta Was this translation helpful? Give feedback.
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.
-
I register a custom tag
section
to load template string from local object, and want to pass param to it, just likeinclude
orrender
, now it like this:What can I do to add param support?
Beta Was this translation helpful? Give feedback.
All reactions