JSTmpl is a template engine. A template engine is a simple library which reads user entered content inside custom tags and replaces them with one or more HTML tags.
It allows easy creation of custom templates which are then wrapped in complicated code.
JSTmpl reduce development overhead by minimizing the amount of written code to output HTML pages.
SJTmpl's principles were taken from Underscore.js, but it's unique because it relies on a simple plain-text syntax.
Here are some key features of "JSTmpl":
· Documentation
· Template caching system
· AMD compliance
· Works with client-side (browsers) and server-side (Node.js) environments
Requirements:
· JavaScript enabled on client side
· Node.js 0.4.1 or higher (for server side environments)