diff --git a/templates/layout/base.html b/templates/layout/base.html
index fcf4b49..05236f1 100644
--- a/templates/layout/base.html
+++ b/templates/layout/base.html
@@ -3,8 +3,11 @@
+
+
{{ .Title }}
-
+
+
diff --git a/templates/layout/footer.html b/templates/layout/footer.html
index b0564a7..878d3f5 100644
--- a/templates/layout/footer.html
+++ b/templates/layout/footer.html
@@ -1,4 +1,5 @@
{{ define "footer" }}
+
{{ end }}
diff --git a/templates/pages/login.html b/templates/pages/login.html
index bc19fa1..91fb11e 100644
--- a/templates/pages/login.html
+++ b/templates/pages/login.html
@@ -1,17 +1,37 @@
{{ define "content" }}
-
+
+
+

+
+
+ Welcome to Home Guard
+
+
+ Enter your credentials to access home services and tools.
+
+
{{ end }}
diff --git a/templates/pages/register.html b/templates/pages/register.html
index 2dcedb3..ffcda02 100644
--- a/templates/pages/register.html
+++ b/templates/pages/register.html
@@ -1,14 +1,18 @@
{{ define "content" }}
+
- Create an account to enter homelab
+ Welcome to Home Guard
-