JavaScript Templating Engine by Twitter
Posted · Category: Framework
Hogan.js is a 2.5k JavaScript templating engine developed at Twitter. You can use it as a part of your asset packager to compile templates ahead of time or include it in your browser to handle dynamic templates.
Hogan.js was developed against the mustache test suite. That means you get variables, sections, lambdas, partials, filters, and everything else you’ve come to expect from mustache templating but only much, much faster.
Requirements: JavaScript supported browsers
Demo: http://twitter.github.com/hogan.js/
License: Apache License
0 Comments