Update template

This commit is contained in:
2025-05-24 08:52:11 +02:00
parent ca8b1a2e46
commit 542d28e7a9
18 changed files with 293 additions and 235 deletions

8
web/templates.go Normal file
View File

@@ -0,0 +1,8 @@
package web
import (
"embed"
)
//go:embed templates
var Templates embed.FS