Registry / web-framework / cloudykit-jet-v3

cloudykit-jet-v3

JSON →
library3.0.1gogounverified

A fast and flexible Go template engine with support for inheritance and blocks.

go get github.com/CloudyKit/jet/v3
INSTALL
IMPORT
SIG · CLOUDYKIT-JET-V3
C
cloudykit-jet-v3
web-frameworkgov3.0.1
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/v3

Load and execute a Jet template.

package main import ( "github.com/CloudyKit/jet/v3" ) func main() { set := jet.NewSet( jet.NewOSFileSystemLoader("./templates"), ) t, _ := set.GetTemplate("index.html") t.Execute(nil, nil, nil) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
14
OpenAI (training)
1
Resources
cloudykit-jet-v3 — go get cloudykit-jet-v3 · libregistry