Handlebars.Net

Blistering-fast Handlebars.js templates in your .NET application.


Handlebars.js is an extension to the Mustache templating language created by Chris Wanstrath. Handlebars.js and Mustache are both logicless templating languages that keep the view and the code separated like we all know they should be.


Check out the handlebars.js documentation for how to write Handlebars templates.


Handlebars.Net doesn't use a scripting engine to run a Javascript library - it compiles Handlebars templates directly to IL bytecode. It also mimics the JS library's API as closely as possible.