Skip to content

Instantly share code, notes, and snippets.

@pradeep1991singh
Forked from premasagar/tim.js
Created November 9, 2019 17:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pradeep1991singh/69991172c7ea528b0b80aaabbb238ef2 to your computer and use it in GitHub Desktop.
Save pradeep1991singh/69991172c7ea528b0b80aaabbb238ef2 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
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment