0.0.2 • Published 4 years ago

dnt2 v0.0.2

Weekly downloads
1
License
ISC
Repository
github
Last release
4 years ago

Embedded JavaScript templates

Installation

$ npm install dnt2

Features

  • Control flow with << >>
  • Escaped output with <= =>

Example

<% if (name === "Teo Duong") { %>
  <h2><=name=></h2>
<% } %>

Usage with express

    app.set('views', './views');
    app.set('view engine', 'dnt2');

DNT2 Embedded JavaScript templates copyright 2020 thanhduongbkdn2012@gmail.com

0.0.1

4 years ago

0.0.2

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago