ejs icon indicating copy to clipboard operation
ejs copied to clipboard

Embedded JavaScript templates -- http://ejs.co

Results 116 ejs issues
Sort by recently updated
recently updated
newest added

Our company's native development encountered this problem, help!

I'm trying to build some partial files. Some of my partials have a long list of options. For example, let's say a button partial has something like 20 options, eg:...

I got an exception, not from the templating engine at all, but from the Node V8. ``` ########\node_modules\ejs\lib\ejs.js:720 this.templateText.replace(/[ \t]*[ \t]*/gm, '_%>'); ```

In short, I have the following ``` This is an encoded variable ``` When the template is rendered, it is escaping the `` characters ``` This is an encoded variable...

It would be really cool to add the possibility to extend other pages and complete blocks like this : Base.ejs : ```html ``` HomePage.ejs ```html Hello EJS ! ``` Thank...

Due to the build only dependency "jake"" a multiple additional not needed dependencies are fetched into EJS. Now latest version of jake depends on insecure async package (CVE-2021-43138). Removing jake...

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.1 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

> Uncaught EvalError: Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: "script-src 'self' blob: filesystem:"....

It took me a while, but I got there. I am not submitting a PR because I am still working out kinks, and I would like to talk to you...

Hi, I am positive that the above error is caused by my implementation or use of ejs, but I have a scenario where I am trying to render a partial...