pallets/jinja
A very fast and expressive template engine. observed · 2026-08-28
Health v2 · maintenance only
42/100
- Activity 26
- Release rhythm 28
- 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: 74
- age_days: 5799
- days_rel: 546
- days_push: 445
- n_releases_24m: 2
Adoption not part of the score
11750 stars · 1798 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Jinja is a fast, expressive, and extensible templating engine for Python that compiles templates to optimized Python code. It supports template inheritance, macros, autoescaping, sandboxed rendering, async support, and i18n.
Use cases
- render html pages for a flask or django app
- generate text documents from templates like csv or latex
- safely render untrusted user templates in a sandbox
- create reusable page layouts with template inheritance
- generate emails or config files from data
- add internationalization to templates with babel
When to choose
- you need a fast, mature Python template engine with rich features
- you want autoescaping to prevent XSS in HTML output
- you need sandboxed rendering of untrusted templates
- you want template inheritance, macros, and extensibility
When to avoid
- you need client-side JavaScript templating
- you only need simple string substitution without logic (string.Template suffices)
- your project is not Python-based
Facets
library · maturity stable
templating web-framework web-development developer-tools documentation python cross-platform template-engine html-templates autoescaping sandboxing jinja2 pallets
5 sources
- readme: https://github.com/pallets/jinja · fetched 2026-08-28 · 171bcabd913f
- homepage: https://jinja.palletsprojects.com · fetched 2026-08-29 · 9c8d88c6d2a6
- site_page: https://jinja.palletsprojects.com/en/stable/intro · fetched 2026-08-29 · b89fccf3cc2c
- site_page: https://jinja.palletsprojects.com/en/stable/templates · fetched 2026-08-29 · d83a7d76268a
- site_page: https://jinja.palletsprojects.com/en/stable/faq · fetched 2026-08-29 · 5228c2f0df1f
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| pallets/jinja | main | 42 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem