
“Transparency is a minimal template engine for jQuery. It maps JSON objects to DOM elements with zero configuration.”
- Semantic data binding – No need for
<%=foo%>
or{{foo}}
assignments - Collection rendering – No need for hand-written loops
- Valid HTML templates – Write templates as a part of the HTML, in plain HTML
- View logic in JavaScript – No crippled micro-template language, just plain JavaScript functions
Another simple templating solution, that can speed up simple project tasks.