Skip to content

Instantly share code, notes, and snippets.

@michaelhogg
michaelhogg / README.md
Last active August 29, 2015 14:22 — forked from karlhorky/README.md
Template Inheritance for Handlebars (original links restored)

Template Inheritance for Handlebars

23 MAR 2012

Archived from http://thejohnfreeman.com/blog/2012/03/23/template-inheritance-for-handlebars.html

Handlebars is a member of the family of "logic-less" template systems born from Mustache. I will not describe the merits of logic-less templates in this post. (If you are unfamiliar with them, then please visit either of the two links at the beginning of this paragraph.) Rather, I want to describe a simple technique for extending Handlebars with template inheritance.

The goal