Skip to content

A simple way to render email templates, initially for ejs

Notifications You must be signed in to change notification settings

ivanfretes/mail-editor-render

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple way to render email templates, initially for ejs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published