Handlebars (original) (raw)

Skip to content

Minimal templating on steroids

Handlebars icon

Semantic templates

Handlebars provides the power necessary to let you build semantic templates effectively with no frustration.

Mustache-compatible

Handlebars is largely compatible with Mustache templates. In most cases it is possible to swap out Mustache with Handlebars and continue using your current templates.

Fast execution

Handlebars compiles templates into JavaScript functions. This makes the template execution faster than most other template engines.