HTML 5 components in pure Go, that look something like this: `func(name string) g.Node { return Div(Class("headline"), g.Textf("Hi %v!", name)) }`.
gomponents.com
6 tools found
HTML 5 components in pure Go, that look something like this: `func(name string) g.Node { return Div(Class("headline"), g.Textf("Hi %v!", name)) }`.
official spec
Library to generate text output (HTML web pages, e-mails, configuration files, source code, etc.) based on templates and changing data.
Logicless and semantic Mustache templates.
Inspired by Twig and separates itself with its inheritance feature and its easy-to-read syntax. It ships with built-in autoescaping for security and it includes integrated support for internationalization.
Aims to be a substitute for JSP and works for XML files.