menu 8 Menu Overview $page->intendedTemplate() Returns the template that should be loaded if it exists. $page->intendedTemplate(): Kirby\Cms\Template Return type Kirby\Cms\Template Example <?php echo $page->intendedTemplate(); ?> Source code kirby/src/Cms/Page.php#L530