ejs
ejs copied to clipboard
Embedded JavaScript templates for node
Something very similar has already been reported in https://github.com/tj/ejs/issues/176. That issue is very old though, so I am not sure whether it's the same problem or not. I have the...
The included template code is missing all LI-tags in the UL-tag I'm using VSCode and the CODEGPT extension suggests exactly the same code so I suspect it's a bug in...
i receive this: ```js Error: Could not find the include file "../partials/header" at getIncludePath (/rbd/pnpm-volume/a1160d3a-d6de-4dc9-be2e-8d89033ae156/node_modules/.registry.npmjs.org/ejs/2.6.1/node_modules/ejs/lib/ejs.js:162:13) at includeSource (/rbd/pnpm-volume/a1160d3a-d6de-4dc9-be2e-8d89033ae156/node_modules/.registry.npmjs.org/ejs/2.6.1/node_modules/ejs/lib/ejs.js:306:17) at /rbd/pnpm-volume/a1160d3a-d6de-4dc9-be2e-8d89033ae156/node_modules/.registry.npmjs.org/ejs/2.6.1/node_modules/ejs/lib/ejs.js:702:26 at Array.forEach () at Template.generateSource (/rbd/pnpm-volume/a1160d3a-d6de-4dc9-be2e-8d89033ae156/node_modules/.registry.npmjs.org/ejs/2.6.1/node_modules/ejs/lib/ejs.js:678:15) at Template.compile (/rbd/pnpm-volume/a1160d3a-d6de-4dc9-be2e-8d89033ae156/node_modules/.registry.npmjs.org/ejs/2.6.1/node_modules/ejs/lib/ejs.js:557:12) at...
after i login from login form, it will get an error is not defined. if i removed it will not get an error but index.ejs doesnt render to layout.ejs... i...
I am Using Vs code it doesn't recognize ejs tags when they are inside an html tag like the input tag below : ` ` Before changing the default **value**...
Hello! This small change will include absolute paths on 'includes'. Using ejs will use the relative path to the project root instead of relative to the file. Tests, Readme, and...