Extends Base.html For Navbars - Python Django Dentist Website #8

Описание к видео Extends Base.html For Navbars - Python Django Dentist Website #8

In this video I'll show you how to extend your base.html file to break apart your navbar and footer code into it's own file.


This allows us to keep our navbar and footer code in one file, and then have every webpage of our site reference that file. So if we make a change to a link on our navbar, that change will immediately reflect on every page of our site; so we don't have to manually update each page!

Комментарии

Информация по комментариям в разработке