Checks if the page is the home page.
<?php if($page->isHomePage()): ?> <title>Welcome to my website</title> <?php else: ?> <title><?php echo html($page->title() . ' / ' . $site->title()) ?></title> <?php endif ?>