$page->intendedTemplateFile()

Returns the path for the intended template file

  • return (string)

Example

<?php
echo $page->intendedTemplateFile();
?>