Registry / web-framework / cloudykit-jet-v4

cloudykit-jet-v4

JSON →
library4.1.0gogounverified

Fast and powerful Go template engine with support for inheritance, blocks, and custom functions.

go get github.com/CloudyKit/jet/v4
INSTALL
IMPORT
SIG · CLOUDYKIT-JET-V4
C
cloudykit-jet-v4
web-frameworkgov4.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.

jet
github.com/CloudyKit/jet/v4

Load and render a Jet template.

package main import ( "fmt" "github.com/CloudyKit/jet/v4" ) func main() { t := jet.NewSet(jet.NewOSFileSystemLoader("./templates")) v, _ := t.GetTemplate("index.jet") fmt.Println(v) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
OpenAI (training)
1
Resources
cloudykit-jet-v4 — go get cloudykit-jet-v4 · libregistry