What is Jinja?
Jinja is a text rendering engine for Python programming language. It has first-class support among popular Python frameworks like Django and Flask and is used extensively. It is popular for its easy and straightforward syntax and variety of features including (but not limited to) -
Variable access.
Control structures (Conditionals, loops).
Macros (similar to functions in programming languages).
Filters
Inheritance, etc.
Top comments (0)