$page->isWritable()

Checks if the page is writable

  • return (boolean)
<?php if($page->isWritable()): ?>
Kirby can update this page
<?php endif ?>