Registry / web-framework / gobuffalo-plush-v4

gobuffalo-plush-v4

JSON →
library4.1.22gogounverified

A flexible and powerful template engine for Go, used by the Buffalo web framework.

go get github.com/gobuffalo/plush/v4
INSTALL
IMPORT
SIG · GOBUFFALO-PLUSH-V4
G
gobuffalo-plush-v4
web-frameworkgov4.1.22
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/v4

Renders a simple template with a variable.

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

No known issues recorded.

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

No dependency data recorded yet.

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