# hoisie/mustache

The mustache template language in Go

Repository: https://github.com/hoisie/mustache
Canonical: https://ross.abutalabs.com/products/hoisie-mustache
Language: Go
License: MIT
License Family: permissive
Last push: 2024-04-28T16:34:44+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 6090, "days_push": 857, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1118, forks 230 (observed 2026-08-28T04:03:39.251940+00:00)

## What it is
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
- artifact type: library
- maturity: maintenance
- function: templating
- domain: web-development, frontend, developer-tools
- platform: go, cross-platform
- tags: mustache, template-engine, html-templating, logicless-templates

## Member repositories
- hoisie/mustache (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:39.251940+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:41:48.163982+00:00, confidence not recorded.
  - readme: https://github.com/hoisie/mustache (fetched 2026-08-28T04:03:39.251940+00:00, sha 7c9b3ba7cff4)
- Data as of 2026-08-30T08:39:29.467469+00:00.
