Template Inheritance
Let’s learn about the functionality of template inheritance in Django.
We'll cover the following
Introduction
Template inheritance is the most powerful and complex part of Django’s template engine. It allows us to build a base “skeleton” template that contains all of the common elements of our site, and defines blocks that child templates can override.
Get hands-on with 1400+ tech skills courses.