---
key: pl/jinja
kind: plang
name: "Jinja"
url: https://plangs.page/jinja
---

# Jinja

> Web template engine for Python, known for its flexible syntax and functionality.

Web template engine widely used in Python applications for rendering templates. It was developed by Armin Ronacher and offers a familiar syntax borrowed from Python, enabling flexible and sandboxed template design.

## Facts

- Appeared: 2008
- Homepage: https://palletsprojects.com/p/jinja/
- GitHub: https://github.com/pallets/jinja
- Languish ranking: #62

## Relationships

### Paradigms

- [Declarative](https://plangs.page/paradigm/declarative)
- [DSL](https://plangs.page/paradigm/dsl)

### Platforms

- [Cross-Platform](https://plangs.page/platform/cross)

### Compiles To

- [Python](https://plangs.page/python)

### Influenced By

- [Python](https://plangs.page/python)

### Licenses

- [BSD](https://plangs.page/license/bsd)

### Tags

- [Scripting](https://plangs.page/tag/scripting)
- [WebDev](https://plangs.page/tag/webdev)
