libjs-ejs

Embedded javascript templates (client support)
  https://github.com/visionmedia/ejs/
  0
  no reviews



Features of ejs:

- complies with the express view system
- static caching of intermediate javascript
- unbuffered code for conditionals etc <% code %>
- escapes html by default with <%= code %>
- unescaped buffering with <%- code %>
- supports tag customization
- filter support for designer-friendly templates
- includes
- client-side support
- newline slurping with <% code -%> or <% -%> or <%= code -%> or
<%- code -%>
this package provides ejs support to clients (i.e. browsers).