new Post($postPath), findPostWhichMatchesUri: fn (Post $post): bool => $post->getUrl() === $_SERVER['REQUEST_URI'] ); if ($post === null) { require __DIR__ . '/not-found.php'; exit; } $pageTitle = $post->getTitle(); ?>

getTitle(); ?>

getTags() as $tag): ?> getBody(); ?>