Episode

Working with base templates and inheritance in Django [18 of 24] | Beginner's Series to: Django

Consistency is important in any web application as it allows the user to easily navigate and have a better experience. We can ensure consistency by utilizing base templates. We'll see how to create the base, and explore some of the directives we can use in the Django templating engine to display data dynamically. We'll also add in content blocks, and see how we can override them in child pages.

Useful Links:

Python