Registry / utility / flosch-pongo2-v6

flosch-pongo2-v6

JSON →
library6.1.0gogounverified

Package pongo2 is a Django-syntax like template-engine for Go.

go get github.com/flosch/pongo2/v6
INSTALL
IMPORT
SIG · FLOSCH-PONGO2-V6
F
flosch-pongo2-v6
utilitygov6.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

pongo2
github.com/flosch/pongo2/v6

Render a simple template

package main import ( "fmt" "github.com/flosch/pongo2/v6" ) func main() { tpl, _ := pongo2.FromString("Hello {{ name }}!") out, _ := tpl.Execute(pongo2.Context{"name": "World"}) fmt.Println(out) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
6.1.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
flosch-pongo2-v6 — go get flosch-pongo2-v6 · libregistry