Registry / other / cloudykit-jet-v5

cloudykit-jet-v5

JSON →
library5.1.1gogounverified

Jet is a fast and dynamic template engine for Go, supporting template inheritance and custom functions.

go get github.com/CloudyKit/jet/v5
INSTALL
IMPORT
SIG · CLOUDYKIT-JET-V5
C
cloudykit-jet-v5
othergov5.1.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/v5

Renders a Jet template

package main import ( "os" "github.com/CloudyKit/jet/v5" ) func main() { t := jet.NewSet() template, _ := t.GetTemplate("hello.jet") template.Execute(os.Stdout, nil, nil) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
8
Meta
1
Amazon
1
Resources
cloudykit-jet-v5 — go get cloudykit-jet-v5 · libregistry