It looks like you've just started your Loco server, and this is the fallback page displayed when a route doesn't exist.
To remove this fallback page, adjust the configuration in your config/development.yaml
file. Look for the fallback:
setting and disable or customize it.
Use the Loco CLI to scaffold your application:
cargo loco generate scaffold movie title:string
This creates models, controllers, and views.
If you need further assistance, check out the Loco documentation or post on our discussions forum.