gin-template icon indicating copy to clipboard operation
gin-template copied to clipboard

golang template for gin framework!

Results 2 gin-template issues
Sort by recently updated
recently updated
newest added

Is there any way to build link or form with method `delete` ? Maybe it is possible somehow customize link with JS to send request with redirect on user's page.

Hi i have a login page and dont want use master page but other pages can be use master page. i set .HTMLRender = gintemplate.New(gintemplate.TemplateConfig{ Root: "views", Extension: ".html", Master:...