{{#extend "layout"}} {{#content "header" mode="append"}}

This is appended to the header from the index page.

{{/content}} {{#content "main"}}

Using handlebars and handlebars-layouts we get some nifty extras for templating.
We have outlets, blocks, partials, extending. This page showcases that.

See the documentation and dive into the source code to see more.

{{/content}} {{#content "footer" mode="prepend"}}

This text is prepended to the {{lower "FOOTER"}} from the index template.

{{/content}} {{/extend}}