diff --git a/cmd/ui-server/templates.templ b/cmd/ui-server/templates.templ index b468858..efc8460 100644 --- a/cmd/ui-server/templates.templ +++ b/cmd/ui-server/templates.templ @@ -3,6 +3,7 @@ package main import ( "fmt" "strings" + "gopkg.in/yaml.v3" ) templ base(title string) { @@ -15,6 +16,27 @@ templ base(title string) { + + + + +