1.. rst-class:: hide-header 2 3Jinja 4===== 5 6.. image:: _static/jinja-logo.png 7 :align: center 8 :target: https://palletsprojects.com/p/jinja/ 9 10Jinja is a fast, expressive, extensible templating engine. Special 11placeholders in the template allow writing code similar to Python 12syntax. Then the template is passed data to render the final document. 13 14.. toctree:: 15 :maxdepth: 2 16 :caption: Contents: 17 18 intro 19 api 20 sandbox 21 nativetypes 22 templates 23 extensions 24 integration 25 switching 26 tricks 27 faq 28 changelog 29