JSFiddle - React, Tailwind, and code Playground
by abernier
HTML
<script src="http://ajax.microsoft.com/ajax/jquery.templates/beta1/jquery.tmpl.min.js"></script>
<script src="https://raw.github.com/gist/1144307/jquery.loadTmpl.js"></script>
JavaScript
$.loadTmpl('/echo/html/', 'hi');
$('#hi').tmpl({name: 'Tom'}).appendTo('body');