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

View File

@@ -10,8 +10,8 @@ import (
"mal/internal/episodes"
"mal/internal/playback"
"mal/internal/server"
"mal/internal/templates"
"mal/internal/watchlist"
"mal/templates"
"github.com/gin-gonic/gin"
"github.com/gin-gonic/gin/render"