Data Glossary 🧠

Search

Search IconIcon to open search

What is a Jinja Template?

Last updated Dec 14, 2022 - Edit Source

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.

Most popularized by dbt. Read more on the Jinja Documentation.