I'm, trying to render another ejs template (template.ejs) on another page, but I am getting a typeerror with the below:
`<%- include ('template', { data }); %>`
According to ejs docs this appears right. Anyone know what I am doing wrong
2.1m questions
2.1m answers
60 comments
57.0k users