menu 8 Menu layout grid Overview $page->root() Returns the absolute root to the page directory No matter if it exists or not. $page->root(): string Return type string Example <?= $page->root() ?> Source code kirby/src/Cms/Page.php#L1162