hoisie/mustache
The mustache template language in Go observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
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: n/a
- age_days: 6090
- days_rel: n/a
- days_push: 857
- n_releases_24m: 0
Adoption not part of the score
1118 stars · 230 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
mustache.go is a Go implementation of the Mustache template language, offering fast parsing into a tree structure for efficient repeated rendering. It supports HTML escaping rules, layouts, and rendering from strings or files.
Use cases
- render mustache templates in go
- generate html pages from templates
- use layout wrappers for website templates
- render templates faster than go's native text/template
- compile a template once and render it many times
When to choose
- you want logicless mustache syntax in a Go project
- you need layout/wrapper template support
- you render the same template repeatedly and need fast execution
When to avoid
- you need advanced features like template inheritance or custom functions
- you prefer Go's standard library html/template for auto-escaping security guarantees
- you need an actively developed library with modern Go idioms
Facets
library · maturity maintenance
templating web-development frontend developer-tools go cross-platform mustache template-engine html-templating logicless-templates
1 source
- readme: https://github.com/hoisie/mustache · fetched 2026-08-28 · 7c9b3ba7cff4
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| hoisie/mustache | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem