Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 290 Bytes

EJS.md

File metadata and controls

16 lines (9 loc) · 290 Bytes

EJS

Embedded Javascript

Templating Languages

  1. Twig - PHP
  2. Jinja - Python
  3. EJS - Express and Node
  • Here we don't use res.sendfile(), instead of this, we use res.render("filename.ejs")

install ejs extension support in VS Code and also in node npm i ejs

pending