jinja/docs/index.rst
2025-06-12 13:58:36 -07:00

30 lines
522 B
ReStructuredText

.. rst-class:: hide-header
Jinja
=====
.. image:: _static/jinja-name.svg
:align: center
:height: 200px
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