You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This version of EJS is no longer supported. https://github.com/mde/ejs/ (http://ejs.co) is the current version. Regarding your question, you would need to use renderFile for that. The syntax is slightly different and documentation is scarce (I'm fixing that).
For your case it would be:
I saw an example here
https://github.com/tj/ejs/blob/master/examples/client.html
Is it possible to change
to
For using an outside ejs file,rather than a ejs script inside HTML?
The text was updated successfully, but these errors were encountered: