templ
A HTML templating language that has great developer tooling.
A HTML templating language that has great developer tooling.
Fast, powerful, yet easy to use template engine. Converts templates into Go code and then compiles it.
Django-like template-engine for Go.
A maroto way to create PDFs. Maroto is inspired in Bootstrap and uses gofpdf. Fast and simple.
Jet template engine.
Simple and fast template engine. Substitutes template placeholders up to 10x faster than [text/template](https://golang.org/pkg/text/template/).
Razor view engine for Golang.
Lightweight templating language that lets you write templates in Go. Templates are translated into Go and compiled.
Goview is a lightweight, minimalist and idiomatic template library based on golang html/template for building Go web application.
Go implementation of Shopify Liquid templates.
Useful template functions for Go templates.
Closure templates (aka Soy templates) for Go, following the [official spec](https://developers.google.com/closure/templates/).
A Go code generator inspired by Hero and Fasttemplate. Has include files, custom tag definitions, injected Go code, language translation, and more.
A really simple way to create text templates with placeholders - exposes extra builtin Git repo metadata.
A type-safe HTML template rendering engine for Go.
Tiny wrapper around html/template to allow for easy file-based template inheritance.
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)) }`.
build simple and scalable systems with go + htmx