ruby-ejs

EJS (Embedded JavaScript) template compiler
  https://github.com/sstephenson/ruby-ejs/
  0
  no reviews



Compile and evaluate EJS (Embedded JavaScript) templates from Ruby. EJS templates embed JavaScript code inside <% ... %> tags, much like ERB. This library is a port of Underscore.js's _.template function to Ruby, and strives to maintain the same syntax and semantics.