JavaScript-Templates
JavaScript-Templates copied to clipboard
1KB lightweight, fast & powerful JavaScript templating engine with zero dependencies. Compatible with server-side environments like node.js, module loaders like RequireJS and all web browsers.
Results
1
JavaScript-Templates issues
Sort by
recently updated
recently updated
newest added
The `new Function(...)`, user here: https://github.com/blueimp/JavaScript-Templates/blob/master/js/tmpl.js#L24 is a bad practice, and disabled by default if using Content Security Policy (see [here](https://developer.chrome.com/extensions/contentSecurityPolicy#JSEval)) Can this be replaced? Otherwise who uses CSP must...