💡 Note: Mounting static files happens after routes. If you mount before, FastAPI matches the mount path before checking routes. Order matters for path matching.
✏️ Exercise: Create a static folder with a CSS file that styles your template. Mount it in FastAPI and verify the CSS is applied in the browser.