#Is it possible to write plain js and html using handlebars?
1 messages · Page 1 of 1 (latest)
@potent rivet
Checkout our docs for handlebar helper
https://docs.novu.co/content-creation-design/handlebars-helpers
Would you like to share the exact usecase?
I want to write simple html and js code using these variables flowing into the step
Can i do so?
Because I see handlebars is not as powerful as any other programming language
@void idol take it as this. We want to create a digest using the workflow, for which we will need to have transformations and manipulations on payload in order to create the digest. This logic will lie in email template which would be present just after the digest. We can get all the events using {{step.events}}. Can I apply any javascript function on it?