Ross ROSS = Recommend OSS · open-source software intelligence for agents

flosch/pongo2

Django-syntax like template-engine for Go observed · 2026-08-28

github.com/flosch/pongo2 · homepage · Go · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

74/100

  • Activity 80
  • Release rhythm 50
  • 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: n/a
  • age_days: 4759
  • days_rel: 123
  • days_push: 123
  • n_releases_24m: 1

Full methodology

Adoption not part of the score

3083 stars · 285 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

pongo2 is a template engine for Go that implements Django's template syntax, including tags, filters, and macros. It is a pure-Go library with no dependencies, suitable for rendering HTML and other text templates in web applications.

Use cases

  • render html templates in a go web app
  • use django template syntax in go
  • generate emails from templates in go
  • separate presentation logic from go code
  • reuse template fragments with macros

When to choose

  • you want Django-compatible template syntax in a Go project
  • you need a dependency-free, pure-Go templating library
  • you are porting a Django project's templates to Go

When to avoid

  • you prefer Go's standard html/template package
  • you need client-side JavaScript templating
  • you want a logic-less template engine like Mustache

Facets

library · maturity active

templating web-development backend developer-tools go cross-platform django-syntax template-engine golang-library html-templating

2 sources

Member repositories

RepositoryRoleHealth v2
flosch/pongo2main74

For agents

markdown · JSON · MCP: product_card(name="flosch/pongo2")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem