Simple and ultra-fast templating tool
to generate HTML from JSON data

The representation (HTML) and the logic (JS)
remain totally separated

Works standalone or with dojo, DomAssistant, jQuery,
Mootools, Prototype, Sizzle and Sly

"Hello World" example

HTML template

<div class="who">
</div>

JSON Data

{
  "who": "Hello Wrrrld"
}