/usr/share/doc/python3-jinja2/html/_sources
NameSizeModeActions
api.rst.txt333440644editdlrm
changelog.rst.txt480644editdlrm
extensions.rst.txt112380644editdlrm
faq.rst.txt81190644editdlrm
index.rst.txt9950644editdlrm
integration.rst.txt35650644editdlrm
intro.rst.txt41580644editdlrm
latexindex.rst.txt830644editdlrm
nativetypes.rst.txt15650644editdlrm
sandbox.rst.txt35360644editdlrm
switching.rst.txt70670644editdlrm
templates.rst.txt545400644editdlrm
tricks.rst.txt32130644editdlrm
Edit: /usr/share/doc/python3-jinja2/html/_sources/index.rst.txt (995B)
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 {% block title %}{% endblock %} **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`