Registry / web-framework / cloudykit-jet

cloudykit-jet

JSON →
library2.1.2+incompatiblegogounverified

A fast and dynamic Go template engine with support for inheritance and custom functions.

go get github.com/CloudyKit/jet
INSTALL
IMPORT
SIG · CLOUDYKIT-JET
C
cloudykit-jet
web-frameworkgov2.1.2+incompatible
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

Render a Jet template.

package main import ( "os" "github.com/CloudyKit/jet" ) func main() { t := jet.NewHTMLSet("./views") t.ExecuteTemplate(os.Stdout, "index.jet", nil, nil) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.1.2+incompatiblelatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

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