refactor: migrate template renderer to embedded fs

This commit is contained in:
2026-05-26 15:41:22 +02:00
parent 1e9874a482
commit 513bfe07f2
4 changed files with 295 additions and 266 deletions

7
templates/template_fs.go Normal file
View File

@@ -0,0 +1,7 @@
package templates
import "embed"
//go:embed *.gohtml anime/*.gohtml components/*.gohtml
var templateFS embed.FS