Skip to content

Instantly share code, notes, and snippets.

@premasagar
Created August 12, 2010 17:52
Show Gist options
  • Star 9 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save premasagar/521352 to your computer and use it in GitHub Desktop.
Save premasagar/521352 to your computer and use it in GitHub Desktop.
A tiny, secure JavaScript micro-templating script. It doesn't use eval or (new Function), so it cannot execute malicious code.
/*
== Tim ==
A tiny, secure JavaScript micro-templating script.
This has now moved to:
github.com/premasagar/tim
*/
@premasagar
Copy link
Author

I've now moved Tim to http://github.com/premasagar/tim

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment