Skip to content

Instantly share code, notes, and snippets.

@jfelts
jfelts / gist:4090508
Created November 16, 2012 20:15 — forked from tomdale/gist:3981133
Ember.js Router API v2

It All Starts With Templates

An Ember application starts with its main template. Put your header, footer, and any other decorative content in application.handlebars.

<header>
  <img src="masthead">
</header>

<footer>