diff --git a/bot/web/index.templ b/bot/web/index.templ
index cc555a2..a648fa8 100644
--- a/bot/web/index.templ
+++ b/bot/web/index.templ
@@ -4,8 +4,23 @@ import "fmt"
templ (w *Web) Header(title string) {
-
+
+
if title != "" {
{ w.botName() } - { title }
@@ -17,8 +32,6 @@ templ (w *Web) Header(title string) {
templ (w *Web) Footer() {
-
-
}
templ (w *Web) Index(title string, contents templ.Component) {
@@ -29,41 +42,42 @@ templ (w *Web) Index(title string, contents templ.Component) {
@w.Nav(title)
- if contents != nil {
- @contents
- }
+
+ if contents != nil {
+ @contents
+ }
+
- @w.Footer()
+