Custom html/template FuncMap extensions that bring Liquid-like expressiveness to Go server-side templates. Add template demo.
This commit is contained in:
parent
7bf28afdbf
commit
a7310b24d5
5 changed files with 610 additions and 0 deletions
|
|
@ -60,4 +60,6 @@ func registerRoutes() {
|
|||
|
||||
controller.Get("/appsession", controllers.AppSession)
|
||||
controller.Post("/appsession", controllers.AppSession)
|
||||
|
||||
controller.Get("/templatesfunc", controllers.TemplatesFunctions)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue