Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 553 Bytes

File metadata and controls

29 lines (24 loc) · 553 Bytes
.. rst-class:: hide-header

Jinja

_static/jinja-logo.png

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