Convert templates to partials

This commit is contained in:
2021-12-02 15:00:53 +00:00
parent 67f7022b90
commit 77ae9d2dfd
16 changed files with 261 additions and 237 deletions

View File

@ -2,7 +2,7 @@ package web
import "embed"
//go:embed *.html
//go:embed *.html *.tpl
var Templates embed.FS
//go:embed static