0.0.3 • Published 11 years ago

noflo-transparency v0.0.3

Weekly downloads
3
License
-
Repository
github
Last release
11 years ago

Transparency Template Engine Build Status Dependency Status NPM version Stories in Ready

Wrapper around Transparency the templating engine.

Usage

Render

"Just call .render()"

In-ports

  • TEMPLATE: any HTML code that serves as a Transparency template
  • IN: the data bindings to perform the substitution in template. See Transparency example.

Out-ports

  • OUT: template substituted with data bindings