/HandlebarDocs

Primer on Handlebars.Net and our helpers.

Introduction

Our templates run through a Handlebar.Net templating engine which is based on Handlebarsjs.

Handlebars is built upon the mustache expression engine. The operating principle of this expression engine is that you can inject model data into any arbitrary string by wrapping the object in "mustaches" {{}}.