Skip to content

Latest commit

 

History

History
50 lines (43 loc) · 1.97 KB

File metadata and controls

50 lines (43 loc) · 1.97 KB

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