Skip to content

Instantly share code, notes, and snippets.

@dz1984
Last active January 3, 2016 11:19
Show Gist options
  • Select an option

  • Save dz1984/8455379 to your computer and use it in GitHub Desktop.

Select an option

Save dz1984/8455379 to your computer and use it in GitHub Desktop.
App = Ember.Application.create();
doctype html
html
head
script(src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js")
script(src="http://cdnjs.cloudflare.com/ajax/libs/handlebars.js/1.0.0/handlebars.js")
script(src="http://builds.emberjs.com.s3.amazonaws.com/tags/v1.0.0/ember.js")
body
h3 EmberJS
script(type="text/x-handlebars")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment