260703_003133

This commit is contained in:
Maciej J. Bowszys 2026-07-03 00:31:33 +02:00
parent 1584bf039e
commit 84fcc7f17a

View File

@ -285,7 +285,7 @@ func main(){
template_renders := map[string]struct{Template string;Context *map[string]any} {
"/": {"index.html", nil},
"/film/view/": {"index.html", &db_film},
"/film/view/": {"film/view/index.html", &db_film},
"/film/edit/": {"index.html", nil},
//"/list/view/": {"index.html", nil},
//"/list/edit/": {"index.html", nil},