noflo-transparency

Wrapper around Transparency template engine

Usage no npm install needed!

<script type="module">
  import nofloTransparency from 'https://cdn.skypack.dev/noflo-transparency';
</script>

README

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