Closed ismael1222 closed 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" }) %>
<%- include("file.ejs", { name:"John" }) %>
Turns out that yes i can Closing issue...
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" }) %>