Chapter 8: Extending Base Templates
This chapter presents the concept of base templates and how they can be used to reduce duplicated template code. We will create a base template with a navbar and a footer and also add links to the different app pages.
In this chapter, we will be covering the following topics:
- Creating a base template
- Making the links work
- Adding a footer section
- Serving static files