It looks like you've just started your Pipi 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 Pipi CLI to scaffold your application:
cargo pipi generate scaffold movie title:string
This creates models, controllers, and views.
If you need further assistance, check out the Pipi documentation or post on our discussions forum.