Organize web application assets in `/web`
masterThe /web directory is the central location for all web-specific components. Use this directory to manage:
- Static web assets (CSS, JS, images, etc.)
- Server-side templates
- Single Page Applications (SPAs)
This structure follows the golang-standards/project-layout convention.