Add templating

This commit is contained in:
2025-10-15 09:32:32 +02:00
parent 3b24e64131
commit f9c5ccc378
8 changed files with 596 additions and 60 deletions

View File

@@ -4,5 +4,5 @@ import "embed"
// Content holds the HTML templates and static assets for the web UI.
//
//go:embed templates/index.html static
//go:embed templates/* static
var Content embed.FS