Easier than original ejs, simpler and more flexible than koa-ejs
Simple EJS compiler written in TypeScript, usable as both CLI and library
Simple ejs template compiler with --watch support
Embedded JavaScript templates
TypeScript definitions for ejs
Linter/Syntax Checker for EJS Templates
EJS (Underscore/LoDash Templates) loader for webpack
a simple ejs loader
Use Ejs in your entrypoint i.e index.html
EJS renderer plugin for Hexo
Layout support for ejs in express.
No description provided.
Embedded JavaScript templates
Base view plugin for egg
EJS support for JSTransformers.
process ejs template.
EJS webpack loader (without frontend dependencies)
The default parsers and formatters for managing mountebank test data
Template engine consolidation library
Template plugin for Fastify
ESLint plugin for EJS (Embedded JavaScript) templates — processor and rules
A plugin for Gulp that parses ejs template files
TypeScript definitions for express-ejs-layouts
Express 3.x locals for layout, partial and blocks.
Simple Guard plugin for handle JST templates in EJS format.
Haml+ejs is an extension to haml to make generating client-side templates as simple as server-side markup.
+js-rails-routes+ is a utility for generating JavaScript equivalents to the +<route>_path+ functions provided by {Ruby on Rails}[https://github.com/rails/rails]. This allows you to do very similar things in your {+ejs+}[https://rubygems.org/gems/ejs/] JavaScript templates as you would in your +erb+ ruby templates. You can move html rendering to the client and keep it looking very similar to how it would look on the server. For example, if you have a model +Item+ and a simple route to list all the items, a link to that items page (using an explicit +a+ anchor tag instead of the Rails +link_to+) would look the same in either an +erb+ file or an +ejs+ file: <a href="<%= items_path() %>">List all Items</a> This gem was originally developed as part of the {MVCoffee}[http://mvcoffee.org] suite of tools, and integrates strongly with the {mvcoffee.js}[https://github.com/kirkbowers/mvcoffee] CoffeeScript MVC framework.