The templating system is very simple and enforces the separation of form and function, or HTML and JS.
It provides a great abstraction layer to render JS objects to HTML.
Tempest will only fill in values and iterate over arrays. This forces the programmer to remove any programming logic from the templates and separate form from function.
This templating philosophy is also used by the Python Django templating language.
Requirements:
· JavaScript enabled on client side
· jQuery
What's New in This Release: [ read full changelog ]
· Expose `$.tempest.getContextValue(argString, context)` for use in custom tags
· Expose `$.tempest.TemplateSyntaxError` for use in custom tags, and also for catching exceptions.
· Now using the Closure Compiler, so the minifications are much smaller. Anyone running 0.3.1 minified is reccomended to start using 0.3.2 minified since it has such a smaller footprint.