$page->intendedTemplate() Returns the template that should be loaded if it exists. kirby/src/Cms/Page.php#L531 $page->intendedTemplate(): Kirby\Cms\Template Return type Kirby\Cms\Template Parent class Kirby\Cms\Page Example <?php echo $page->intendedTemplate(); ?>