Shared Layout
The menu lives in templates/base.html, so updating it once updates every page.
FastAPI website
This homepage uses the same header, navigation, stylesheet, and script as every other page. Only the page content changes.
Learn moreThe menu lives in templates/base.html, so updating it once updates every page.
Each FastAPI route renders a template and passes page data like the title and active menu item.
CSS and JavaScript are served from the static directory.