{"id":52745,"library":"gobuffalo-plush-v4","title":"Plush","description":"A flexible and powerful template engine for Go, used by the Buffalo web framework.","status":"active","version":"4.1.22","language":"go","source_language":null,"source_url":"https://github.com/gobuffalo/plush","tags":["templates","rendering","buffalo","web"],"install":[{"cmd":"go get github.com/gobuffalo/plush/v4","lang":"bash","label":"Install github.com/gobuffalo/plush/v4"}],"dependencies":[],"imports":[{"symbol":"plush","correct":"github.com/gobuffalo/plush/v4"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/gobuffalo/plush/v4\"\n)\n\nfunc main() {\n\tctx := plush.NewContext()\n\tctx.Set(\"name\", \"World\")\n\toutput, _ := plush.Render(\"Hello <%= name %>!\", ctx)\n\tfmt.Println(output)\n}","lang":"go","description":"Renders a simple template with a variable."},"warnings":[],"env_vars":null,"search_vec":"'buffalo':13,18 'engin':7 'flexibl':3 'framework':15 'go':9 'plush':1 'power':5 'render':17 'templat':6,16 'use':10 'web':14,19","created_at":"2026-06-15T07:10:01.512627+00:00","updated_at":"2026-06-15T07:10:01.512627+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/gobuffalo/plush","github":"https://github.com/gobuffalo/plush","docs":"https://pkg.go.dev/github.com/gobuffalo/plush/v4#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["web-framework","utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}