1
0
Fork 0
forked from goffee/cup

Custom html/template FuncMap extensions that bring Liquid-like expressiveness to Go server-side templates. Add template demo.

This commit is contained in:
Zeni Kim 2026-05-02 03:03:36 -05:00
parent 7bf28afdbf
commit a7310b24d5
5 changed files with 610 additions and 0 deletions

View file

@ -60,4 +60,6 @@ func registerRoutes() {
controller.Get("/appsession", controllers.AppSession)
controller.Post("/appsession", controllers.AppSession)
controller.Get("/templatesfunc", controllers.TemplatesFunctions)
}