We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1d6c51 commit 9cc37d7Copy full SHA for 9cc37d7
README.md
@@ -63,7 +63,7 @@ You should never give end-users unfettered access to the EJS render method, If y
63
- `cache` Compiled functions are cached, requires `filename`
64
- `filename` The name of the file being rendered. Not required if you
65
are using `renderFile()`. Used by `cache` to key caches, and for includes.
66
- - `root` Set project root for includes with an absolute path (e.g, /file.ejs).
+ - `root` Set template root(s) for includes with an absolute path (e.g, /file.ejs).
67
Can be array to try to resolve include from multiple directories.
68
- `views` An array of paths to use when resolving includes with relative paths.
69
- `context` Function execution context
0 commit comments