File: index.rst

package info (click to toggle)
jinja2 3.1.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,420 kB
  • sloc: python: 14,694; makefile: 24; sh: 7
file content (29 lines) | stat: -rw-r--r-- 553 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
.. rst-class:: hide-header

Jinja
=====

.. image:: _static/jinja-logo.png
    :align: center
    :target: https://palletsprojects.com/p/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.

.. toctree::
    :maxdepth: 2
    :caption: Contents:

    intro
    api
    sandbox
    nativetypes
    templates
    extensions
    integration
    switching
    tricks
    faq
    license
    changes