Getting page title inside a block when on parent page

I am displaying children on a parent page, including content inside a block.

I just want to include the page title inside the block:

        <h4><?= $page->title() ?></h4>

But this displays the parents page title - how do I reference the title of the page the block is on?

$block->parent()->title()