EJS - Embedded JavaScript templates for node - Express compliant

Date: Wed Jun 14 2017 Node.JS
  • 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
  • Client-side support
Project information
Nameejs
Ownervisionmedia
LanguagePHP
DescriptionEmbedded JavaScript templates for node - Express compliant
InformationView Readme.md
Releases