diff --git a/pkg/templates/basepage.templ b/pkg/templates/basepage.templ
new file mode 100644
index 0000000..8406c8a
--- /dev/null
+++ b/pkg/templates/basepage.templ
@@ -0,0 +1,32 @@
+package templates
+
+
+templ BasePage() {
+
+
+
+
+
+
+ Converge
+
+
+
+
+
+
+
+
+
+}
\ No newline at end of file
diff --git a/pkg/templates/index.templ b/pkg/templates/index.templ
index d72f33d..8252680 100644
--- a/pkg/templates/index.templ
+++ b/pkg/templates/index.templ
@@ -1,34 +1,10 @@
package templates
templ Index(secure string, host string, username string) {
-
-
-
-
-
-
- Converge
-
-
-
-
-
-
-
-
-
+ @BasePage() {
@About()
@Usage(secure, host, username)
@Downloads()
-
-
-
-
-
-
-
-
+ }
}