I have the following directory structure and these files: app.gleam, app.css, and index.html.
I ran the app using:
gleam run -m lustre/dev start
However, when I access the app in the browser, the page title is "app" instead of the title defined in index.html. Why is this happening?