Skip to content

Instantly share code, notes, and snippets.

@yurfuwa-chan
Created August 17, 2012 23:34
Show Gist options
  • Save yurfuwa-chan/3383471 to your computer and use it in GitHub Desktop.
Save yurfuwa-chan/3383471 to your computer and use it in GitHub Desktop.
t.js
var template = new t("<div>Hello {{=name}}</div>");
document.body.innerHtml = template.render({name: "World!"});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment