So I got a more advanced template structure up and running in my project thanks to Django’s inheritance feature in the template system. It is a HUGE time saver and lets you reuse redundant code like that from headers and footers with one simple django command instead of copying and pasting the code into every template every time you change it.