The website bundle is responsible for routing and linking content from the content bundle to the website.
Install the bundle by running
composer require rabble/website-bundleAdd the following class to your config/bundles.php file:
return [
...
Rabble\WebsiteBundle\RabbleWebsiteBundle::class => ['all' => true],
]