Jinja template engine ecosystem

2 repos

A cluster centered on the Jinja templating language and its implementations across Python, C++, and Rust. The repos cover the core Jinja2 engine (Python), security utilities like MarkupSafe, web framework integration through Flask and Pallets, and alternative implementations (Jinja2Cpp, Askama). Someone exploring this cluster would learn about template language design, rendering engines, security in templating, and how template systems integrate with web frameworks.

C++ · 2