Handlebars - the next generation
Language specification

The Program

The complete template is called a “Program” and consists of zero or more “Statements”

Program
Program ::
ContentStatement
MustacheStatement
MustacheStatement[+Unescaped]

TODO: Add more statement types here