Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 452 Bytes

dot.md

File metadata and controls

10 lines (8 loc) · 452 Bytes

doT

A Javascript templating engine designed to emphasis performance under V8 and nodejs. Showing promise for both server and client side implementations.

doT's interface is similar to EJS's. The engine takes an object of options. The github can be found here. While the actual documentation can be found here

Supported Methods

  • render
  • compile
  • compileClient
  • clientHelpers