Skip to content

Instantly share code, notes, and snippets.

@antramm
antramm / gist:4204309
Created December 4, 2012 14:12 — 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>
#!/usr/bin/env ruby
# Written by Kieran P
# http://github.com/KieranP
# http://twitter.com/k776
# http://k776.tumblr.com
#
# Feel free to fork and modify.
# If you do, send me a message on
# Github details changes and I'll