Registry / web-framework / flosch-pongo2

flosch-pongo2

JSON →
librarygogounverified

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

go get github.com/flosch/pongo2
INSTALL
IMPORT
SIG · FLOSCH-PONGO2
F
flosch-pongo2
web-frameworkgo
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

Render a simple template with a context variable.

package main import ( "fmt" "github.com/flosch/pongo2" ) 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

Breaking-change detection hasn't run for this library yet.

Audit
Dependencies

No dependency data recorded yet.

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