Category:Jinja: Difference between revisions

Jinja main description
(Jinja programming language)
 
(Jinja main description)
Line 1:
{{stub}}{{language|Jinja}}
|exec=bytecode
|strength=weak
|checking=dynamic
|parampass=both
|gc=yes
|site=https://palletsprojects.com/p/jinja/}}
{{language programming paradigm|Object-oriented}}
{{language programming paradigm|imperative}}
{{language programming paradigm|reflective}}{{Codepad}}
'''Jinja''' is a web [[template engine]] for the Python programming language. It was created by Armin Ronacher and is licensed under a BSD License. Jinja is similar to the Django template engine but provides Python-like expressions while ensuring that the templates are evaluated in a sandbox. It is a text-based template language and thus can be used to generate any markup as well as source code.
 
The Jinja template engine allows customization of tags, filters, tests, and globals. Also, unlike the Django template engine, Jinja allows the template designer to call functions with arguments on objects. Jinja is Flask's default template engine and it is also used by Ansible and Trac.
 
==Citations==
* [[wp:Jinja|Wikipedia:Jinja_(template_engine)]]
Anonymous user