$page->intendedTemplateFile()
Returns the path for the intended template file
-
return (string)
Example
<?php
echo $page->intendedTemplateFile();
?>
Returns the path for the intended template file
<?php
echo $page->intendedTemplateFile();
?>