Registry / utility / gobuffalo-plush

gobuffalo-plush

JSON →
library3.8.3+incompatiblegogounverified

Plush is a template engine for Go that provides a simple and flexible syntax for rendering templates.

go get github.com/gobuffalo/plush
INSTALL
IMPORT
SIG · GOBUFFALO-PLUSH
G
gobuffalo-plush
utilitygov3.8.3+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.

plush
github.com/gobuffalo/plush

Renders a simple Plush template with a context variable.

package main import ( "fmt" "github.com/gobuffalo/plush" ) func main() { ctx := plush.NewContext() ctx.Set("name", "World") result, _ := plush.Render("Hello <%= name %>!", ctx) fmt.Println(result) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
gobuffalo-plush — go get gobuffalo-plush · libregistry