mde / ejs

Embedded JavaScript templates -- http://ejs.co
Apache License 2.0
7.66k stars 834 forks source link

Q: Variables on <%- include("file.ejs") %> #722

Closed ismael1222 closed 1 year ago

ismael1222 commented 1 year ago

if i have on file.ejs something like this:

<h1> Hi! You are <%= name %> </h1>

can i somehow in index do something like this?: <%- include("file.ejs", { name:"John" }) %>

ismael1222 commented 1 year ago

Turns out that yes i can Closing issue...