To get started, choose a project (Ember or Ember Data) and a version
from the dropdown menu. Ember has core methods used in any app, while Ember Data has
diff --git a/app/index.html b/app/index.html
index 14145dd8..e487190c 100644
--- a/app/index.html
+++ b/app/index.html
@@ -10,7 +10,7 @@
{{content-for "head"}}
-
+
{{content-for "head-footer"}}
diff --git a/app/templates/application.hbs b/app/templates/application.hbs
index 1f355c5a..d4fba101 100644
--- a/app/templates/application.hbs
+++ b/app/templates/application.hbs
@@ -1,12 +1,11 @@
+
+
-
-
-
+ {{!-- --}}
-
+
+
{{outlet}}
-
-{{!-- required by ember-cli-meta-tags --}}
-
+
diff --git a/app/templates/ember-cli.hbs b/app/templates/ember-cli.hbs
index 8d2d3474..a6e5f386 100644
--- a/app/templates/ember-cli.hbs
+++ b/app/templates/ember-cli.hbs
@@ -18,6 +18,7 @@