Linux server1.hosting4iran.com 4.18.0-553.123.2.el8_10.x86_64 #1 SMP Thu May 7 15:28:41 EDT 2026 x86_64
LiteSpeed
Server IP : 185.208.174.156 & Your IP : 216.73.216.165
Domains : 326 Domain
User : satitravel
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
doc /
python3-jinja2 /
html /
_sources /
Delete
Unzip
Name
Size
Permission
Date
Action
api.rst.txt
32.56
KB
-rw-r--r--
2019-04-06 17:10
changelog.rst.txt
48
B
-rw-r--r--
2019-03-19 19:49
extensions.rst.txt
10.97
KB
-rw-r--r--
2019-03-19 19:49
faq.rst.txt
7.93
KB
-rw-r--r--
2019-04-06 17:10
index.rst.txt
995
B
-rw-r--r--
2018-10-04 14:01
integration.rst.txt
3.48
KB
-rw-r--r--
2019-04-06 17:10
intro.rst.txt
4.06
KB
-rw-r--r--
2019-04-06 17:10
latexindex.rst.txt
83
B
-rw-r--r--
2018-10-04 14:01
nativetypes.rst.txt
1.53
KB
-rw-r--r--
2019-03-19 19:49
sandbox.rst.txt
3.45
KB
-rw-r--r--
2018-10-04 14:01
switching.rst.txt
6.9
KB
-rw-r--r--
2019-03-19 19:47
templates.rst.txt
53.26
KB
-rw-r--r--
2019-04-06 17:10
tricks.rst.txt
3.14
KB
-rw-r--r--
2018-10-04 14:01
Save
Rename
Welcome to Jinja2 ================= Jinja2 is a modern and designer-friendly templating language for Python, modelled after Django's templates. It is fast, widely used and secure with the optional sandboxed template execution environment: .. sourcecode:: html+jinja <title>{% block title %}{% endblock %}</title> <ul> {% for user in users %} <li><a href="{{ user.url }}">{{ user.username }}</a></li> {% endfor %} </ul> **Features:** - sandboxed execution - powerful automatic HTML escaping system for XSS prevention - template inheritance - compiles down to the optimal python code just in time - optional ahead-of-time template compilation - easy to debug. Line numbers of exceptions directly point to the correct line in the template. - configurable syntax .. include:: contents.rst.inc If you can't find the information you're looking for, have a look at the index or try to find it using the search function: * :ref:`genindex` * :ref:`search`