menu 8 Menu Overview $pages->findOpen() Finds the currently open page $pages->findOpen(): Kirby\Cms\Page|null Return type Kirby\Cms\Page|null Example <?= $page->children()->findOpen()->title() ?> Source code kirby/src/Cms/Pages.php#L296