Δt Data Bindings
This is data bindings for Δt.
Installation
$ npm install dt-binding
Usage
var Template = Template;var streamify = ;var Binding = ; var data = title: "foobar" body: "hello world" css: "funny.css";var template = ; templatestream; /* → stdout:<html> <head> <title> foobar </title> <link type="text/css" href="funny.css" /> </head> <body> hello world </body></html>*/
api
TODO