

Jinja
1 like
Jinja is a fast, expressive, extensible templating engine. Special placeholders in the template allow writing code similar to Python syntax. Then the template is passed data to render the final document.
Cost / License
- Free
- Open Source (BSD-3-Clause)
Platforms
- Self-Hosted
- Python
Features
No features, maybe you want to suggest one?
Tags
- Web Development
- jinja2
- jinja
- templates
- template-engine
- Developer Tools
- pallets
- Python
Jinja News & Activities
Highlights All activities
Recent News
- Fla published news article about Jan.ai
Jan 0.6.8 update: enhanced model stability, faster CPUs, and new configuration optionsJan 0.6.8 delivers improved model loading stability and clearer error handling for llama.cpp, makin...
Recent activities
- daghemo added Jinja
- POX updated Jinja
- daghemo liked Jinja
daghemo added Jinja as alternative to Handlebars, Pug, Nunjucks and Underscore.js
Jinja information
No comments or reviews, maybe you want to be first?
What is Jinja?
Jinja is a fast, expressive, extensible templating engine. Special placeholders in the template allow writing code similar to Python syntax. Then the template is passed data to render the final document.
It includes:
- Template inheritance and inclusion.
- Define and import macros within templates.
- HTML templates can use autoescaping to prevent XSS from untrusted user input.
- A sandboxed environment can safely render untrusted templates.
- AsyncIO support for generating templates and calling async functions.
- I18N support with Babel.
- Templates are compiled to optimized Python code just-in-time and cached, or can be compiled ahead-of-time.
- Exceptions point to the correct line in templates to make debugging easier.
- Extensible filters, tests, functions, and even syntax.



