Routing action: call controller/model/template ensemble for pages with no folder in kirby/content/

I’d like to call a page where there is no subfolder for it in the content folder.

I know due to other threads in this forum how to call a template, but in this case I need the controller and the model too.

This might be helpful: Kirby->render() without header and footer

This too doesn’t call the controller. It seems that an (empty) folder in kirby/content is necessary.

Well, yes, you need at least an “example page” in content, otherwise it won’t work.