Template Inheritance

Let’s learn about the functionality of template inheritance in Django.

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 1200+ tech skills courses.