I am using EJS render engine for sending mails from Node. I need to set the background color, text color and other properties dynamically.
something like style ="background: <%=primary_color%>"
or if we can dynamically select the class
class="<%=primary_class%>"