tilburgsciencehub / music-to-scrape

A fictitious music streaming service with a real website and API so you can learn how to scrape!
https://music-to-scrape.org
3 stars 6 forks source link

separate out footer, etc. #28

Closed hannesdatta closed 1 year ago

hannesdatta commented 1 year ago

I noticed each page has a copy of the same footer.

Can you separate out the

That way, I only have to change these things once when updating them. Thanks!

thierrylahaije commented 1 year ago

Head, header and footer are now separated. I created a new folder in templates called partials which contains them. The pages from now on extend base.html, which contains the structure of the page.