Reading Notes
EJS
- EJS is embedded .js templating.
- install it via npm install.
- Simple templating using <%%>, kinda like mustache.
- It is different from mustache because it includes a command line interface so that we can use commands at command line to change the file.