diff --git a/app/templates/application.hbs b/app/templates/application.hbs
index 00ef6b2..092a0c0 100644
--- a/app/templates/application.hbs
+++ b/app/templates/application.hbs
@@ -1,6 +1,6 @@
+
{{outlet}}
diff --git a/app/templates/components/comment-card.hbs b/app/templates/components/comment-card.hbs
index 9b3e2b1..7f67345 100644
--- a/app/templates/components/comment-card.hbs
+++ b/app/templates/components/comment-card.hbs
@@ -3,7 +3,7 @@
{{link-to comment.submitted (query-params highlight=comment.id)}}
-
+
Folding Threshold
{{#if topLevelOnly}}
diff --git a/app/templates/stories.hbs b/app/templates/stories.hbs
index b268f7a..a47b251 100644
--- a/app/templates/stories.hbs
+++ b/app/templates/stories.hbs
@@ -10,6 +10,6 @@
-
+
{{outlet}}
\ No newline at end of file
diff --git a/app/templates/stories/show.hbs b/app/templates/stories/show.hbs
index d968bb0..f6b8f7b 100644
--- a/app/templates/stories/show.hbs
+++ b/app/templates/stories/show.hbs
@@ -18,7 +18,7 @@
{{/unless}}
-
diff --git a/app/templates/stories/show/article.hbs b/app/templates/stories/show/article.hbs
index 7e2127f..1f30527 100644
--- a/app/templates/stories/show/article.hbs
+++ b/app/templates/stories/show/article.hbs
@@ -13,7 +13,7 @@
{{/if}}
-
View original
+
View original
{{else}}