EJS
Embedded JavaScript templates -- http://ejs.co
What is EJS?
What is the "E" for? "Embedded?" Could be. How about "Effective," "Elegant," or just "Easy"? EJS is a simple templating language that lets you generate HTML markup with plain JavaScript. No religiousness about how to organize things. No reinvention of iteration and control-flow. It's just plain JavaScript.
List of web template system
- Web template system (template)
- Handlebars
- Liquid (Jekyll)
- Mustache
- EJS (Embedded JavaScript templates)
- Nunjucks (JavaScript)
- Jinja/Jinja2 (Python)
- Jade
- pug
- Twig (PHP)