diff --git a/ghost/admin/templates/application.hbs b/ghost/admin/templates/application.hbs
index a9295d0c15..2ec653339c 100644
--- a/ghost/admin/templates/application.hbs
+++ b/ghost/admin/templates/application.hbs
@@ -1,11 +1,16 @@
+
+
Skip to main content
+
{{#unless hideNav}}
{{partial "navbar"}}
{{/unless}}
-
+
{{gh-notifications location="top" notify="topNotificationChange"}}
{{gh-notifications location="bottom"}}
-
{{outlet}}
+
{{outlet modal}}
+
+
\ No newline at end of file
diff --git a/ghost/admin/templates/editor/edit.hbs b/ghost/admin/templates/editor/edit.hbs
index d8420ef809..1f5be1b2bd 100644
--- a/ghost/admin/templates/editor/edit.hbs
+++ b/ghost/admin/templates/editor/edit.hbs
@@ -1,27 +1,35 @@
-
-
- {{gh-trim-focus-input type="text" id="entry-title" placeholder="Your Post Title" value=titleScratch tabindex="1" focus=shouldFocusTitle}}
-
+
-