Replies: 4 comments 1 reply
-
Not at the moment, but PRs are very welcome. I use mjml only in a server context, where it is not really needed. You always make a simple string concatenation before you call render. MJML seems to do the same. https://documentation.mjml.io/#mj-include
|
Beta Was this translation helpful? Give feedback.
-
@jkuryanal How complicated are the MJML templates that you're including with mj-include? For example, does it use The reason I ask, is because as a potential workaround you could pre-process the MJML template using regex to find matches |
Beta Was this translation helpful? Give feedback.
-
I have created a PR: #139 The good thing: it does not need preprocessing. |
Beta Was this translation helpful? Give feedback.
-
Implemented now. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, we using mj-include extensively for layouts and css. Is there any plans if near future to add mj-include functionality to the code.?
Beta Was this translation helpful? Give feedback.
All reactions