gobuffalo/plush
The powerful template system that Go needs observed · 2026-08-28
Health v2 · maintenance only
97/100
- Activity 98
- Release rhythm 95
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 12
- age_days: 3472
- days_rel: 34
- days_push: 13
- n_releases_24m: 12
Adoption not part of the score
1017 stars · 58 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Plush is a powerful, flexible, and extendable templating system for Go that allows embedding dynamic code inside templates. It supports variables, functions, recursion, conditionals, and whitespace-trimming output tags in an ERB-like syntax.
Use cases
- render dynamic HTML templates in a Go web app
- embed variables and functions inside Go templates
- write templates with conditionals and loops in Go
- generate emails or documents from Go templates
- define reusable helper functions inside templates
- build templates for a Buffalo web framework project
When to choose
- you need a more expressive template language than Go's standard html/template
- you want to define variables and functions directly inside templates
- you are using the Buffalo framework or want ERB-style templating in Go
- you need recursion or closures within template logic
When to avoid
- you want the simplest, most battle-tested option and prefer Go's standard library html/template
- you need strict sandboxing against untrusted template authors, since Plush embeds executable logic
- your team prefers logic-less templates like Mustache or Handlebars
Facets
library · maturity active
templating web-development backend developer-tools go windows template-engine gobuffalo erb-style embedded-scripting html-templates linux macos
1 source
- readme: https://github.com/gobuffalo/plush · fetched 2026-08-28 · 66fae41376a5
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| gobuffalo/plush | main | 97 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem