You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Express
Typically you would have something like this (with 1.x):
res.render('index.ejs');
and in your index.ejs:
<%- partial('part') %>
My new ejs project is a not an insanely solid implementation but I
would like
to get it up there with jade in quality. By default <%= will escape
html, <%- does not