Registry / web-framework / iris-contrib-jade

iris-contrib-jade

JSON →
library1.1.4gogounverified

Package jade implements Jade-lang templates for generating Go html/template output.

go get github.com/iris-contrib/jade
INSTALL
IMPORT
SIG · IRIS-CONTRIB-JADE
I
iris-contrib-jade
web-frameworkgov1.1.4
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.

jade
github.com/iris-contrib/jade

Parses a Jade template and executes it to produce HTML.

package main import ( "bytes" "fmt" "github.com/iris-contrib/jade" ) func main() { tpl, err := jade.Parse("template", `p Hello, World!`) if err != nil { panic(err) } var buf bytes.Buffer tpl.Execute(&buf, nil) fmt.Println(buf.String()) }
Debug
Known issues
gotchaThis package is a port of Jade/Pug and may not support all features of the original language.
fix
Refer to the documentation for supported syntax.
affects: all
Upgrade
Version history
1.1.4latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
Resources
iris-contrib-jade — go get iris-contrib-jade · libregistry