node-ejs

Embedded JavaScript templates

Description

This module provides embedded JavaScript templates, like
 - Control flow with <% %>
 - Escaped output with <%= %> (escape function configurable)
 - Unescaped raw output with <%- %>
 - Newline-trim mode ('newline slurping') with -%> ending tag
 - Whitespace-trim mode (slurp all whitespace) for control flow with <%_ _%>
 - Custom delimiters (e.g., use <? ?> instead of <% %>)
 - Includes
 - Client-side support
 - Static caching of intermediate JavaScript
 - Static caching of templates
 - Complies with the Express view system

Node.js is an event-based server-side JavaScript engine.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/mde/ejs


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install node-ejs