Home

Awesome

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" {{}}.

Expressions

Built-in Variables

Built-in Helpers

Custom Helpers

Custom Block Helpers

Other Functionality