PREVIOUS VERSION
Step by Step Examples - Non-jQuery Version of JsRender (jsrender.js)
API: var htmlString = $( "#template" ).render( data );
Local data
Tags - Content
${} and {{html}}
{{if}} and {{else}}
{{each}}
javascript expressions within templates
Tags - Composition
Hierarchical data - {{tmpl}}
Other versions
jQuery plugin version: jquery.render.js