Django Tutorials (Creating a Website) / Lesson #4 - Jinja Template Engine

Python has a great templating engine called Jinja. In this tutorial, we will learn how to work with Jinja and learn how to create and display blocks of HTML code in HTML page templates.

Back to Top