Embedded JavaScript HTML templates. An implementation of EJS focused on run-time performance, HTML syntax checking, minified HTML output and custom HTML elements.
Webpack loader for rendering HTML from EJS templates
Embedded JavaScript templates
A gulp plugin using for minify ejs、html、xml and wxml files.
EJS (HTML) code wrapper for SocketStream 0.3
Use Ejs in your entrypoint i.e index.html
Ejs html template plugin for Signal K Server
TypeScript definitions for ejs
Embedded JavaScript templates
EJS webpack 4.x loader (without frontend dependencies)
No description provided.
EJS (Underscore/LoDash Templates) loader for webpack
Express 3.x locals for layout, partial and blocks.
Things Factory ejs remote library
EJS webpack loader (without frontend dependencies)
Express 4.x locals for layout, partial.
EJS renderer plugin for Hexo
ejs-loader with webpack5 support. Chain it to html-loader and use it with html-webpack-plugin.
Linter/Syntax Checker for EJS Templates
Embedded JavaScript templates
A Prettier plugin for Embedded JavaScript Templating (EJS).
Create, preview (browser/iOS Simulator), and send custom email templates for Node.js. Made for Forward Email and Lad.
Layout support for ejs in express.
EJS support for JSTransformers.
Ejs to Javascript compiler.
+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.