diff --git a/templates/layouts/admin.html.ep b/templates/layouts/admin.html.ep
index f1eef4f..e13f18f 100644
--- a/templates/layouts/admin.html.ep
+++ b/templates/layouts/admin.html.ep
@@ -1,6 +1,6 @@
-
+
LocalLoop Admin - <%= title %>
@@ -28,7 +28,7 @@
LocalLoop Admin
%= content_for 'javascript';
-
+
diff --git a/templates/layouts/user.html.ep b/templates/layouts/user.html.ep
index 0c03be2..3f726c5 100644
--- a/templates/layouts/user.html.ep
+++ b/templates/layouts/user.html.ep
@@ -1,6 +1,6 @@
-
+
LocalLoop - <%= title %>
@@ -28,9 +28,10 @@
LocalLoop
@@ -39,5 +40,5 @@
<%= content %>
%= content_for 'javascript';
-
+
diff --git a/templates/root/index.html.ep b/templates/root/index.html.ep
index 844f817..9a2d6e4 100644
--- a/templates/root/index.html.ep
+++ b/templates/root/index.html.ep
@@ -3,6 +3,6 @@
% content_for javascript => begin
%= javascript '/static/user/js/home.js';
% end
-
-
+
+
App currently in development, please come back later!