❌ Kirby 2 no longer actively supported. Migrate to a current version and
upgrade your v2 license now
.
$page->templateFile()
Returns the full path of the template file.
return
(string)
Example
<?= $page->templateFile() ?>
↑
Cheat Sheet overview
←
$page->templateData()
→
$page->textfile($template = null [, $lang = null])
↓
Back to Cheat Sheet section
Top