Real Python Tutorials

Jinja Templating Engine
NEW

Primer on Jinja Templating

With Jinja, you can build rich templates that power the front end of your web applications. But you can use Jinja without a web framework running in the background. Anytime you want to create text files with programmatic content, Jinja can help you out.

Jan 12, 2025 intermediate django flask front-end web-dev