miguelgrinberg / flasky

Companion code to my O'Reilly book "Flask Web Development", second edition.
MIT License
8.52k stars 4.2k forks source link

html inheritance on tag 3b #552

Closed amirreza8002 closed 1 year ago

amirreza8002 commented 1 year ago

so in 3b, user.html is extending base.html base.html contains block head, block title and block body but user.html extends with: block title which is right, block navbar and block content which are wrong and don't work. maybe cause bootstrap has changed or maybe it's a bug, i'm not sure.