Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
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 intend to generate email templates for Mandrill service. They support handlebar syntax so I want my output to include this syntax. Is this possible?
I have dynamic data coming in and based on that data I want to render different components so if I build for production I would expect the output to contain all the HTML needed for those configurations.
Basically let the service render whatever they need.
At the moment I'm using
config.jsfile to configure some variables so I can test it on localhost but for production I'd like to have placeholders in place instead of rendered HTML.Is there a way to automate this process? Is this supported? Thank you,
Beta Was this translation helpful? Give feedback.
All reactions