ejs icon indicating copy to clipboard operation
ejs copied to clipboard

Embedded JavaScript templates for node

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

As per the issue raise #93 and with some amendments to corrects the suggest fix. Variables can now be used with includes so that the contents of the variable is...

There is a known ~~issue~~ feature in Node.js where fs.readFile and fs.readFileSync leave in the "BOM" on utf8 encoded files. The solution is simply to remove them, but in the...

Upgraded feature to support nested object notation variables in includes.

Line slurping seems to break line counter, error line index decreases by one for every slurped line in the code before the error. ##### With slurping ``` test.ejs:3 1| AAA...

identify and remove BOM header. new function: line = 52 /** - Render an EJS file at the given `path` (easton changed) - @param {String} path - @param {String} encoding...

I have a filter like: ``` ejs.myFilter = function(a,b,c,d,e,f) {}; ``` How should I use ? Like this: ``` ```

if it's already cached on line 17...

I would like to be able to include an external html file. Due to architectural issues this is hosted on a cdn as an html file. This is not ejs...

This little patch changes the value of `this` inside all filter functions to that of the `locals` object. Currently it seems that `this` is a reference to the `filters` object....