Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 430 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 430 Bytes

Mail template render

A simple way to render email templates, initially for ejs

Example of template

   <b>
      <%= a %>
   </b>

Example of context

{
   "a" : 1
}

todo

  • Custom json platform validate
  • Validate req
  • Unit Test
  • Improve docs
  • Improve content validation
  • Alert Message to block character ` or ' in context JSON input
  • Validate pug and other template engine