How to create a panel page with no template

I’m currently using the site.yml blueprint to manage global parameters that affect the whole website or multiple pages.

However, the root page of the panel is becoming increasingly messy as I add new fields. For the sake of tidiness, I would like to create a “settings” page within the panel.
This page would not have a template, as its sole purpose would be to organize the panel.

Is that possible?

Thanks!

A page will always have a template, because if no specific template exists, Kirby will fall back to the default.php template.

So you would have to either create a specific template that redirects to the error page, or use a route that does the same.