diff --git a/templates/system/page.html.twig b/templates/system/page.html.twig
index 4b49a47..f5f6232 100644
--- a/templates/system/page.html.twig
+++ b/templates/system/page.html.twig
@@ -16,15 +16,6 @@
  * - is_admin: A flag indicating if the user has permission to access
  *   administration pages.
  *
- * Site identity:
- * - front_page: The URL of the front page. Use this instead of base_path when
- *   linking to the front page. This includes the language domain or prefix.
- * - logo: The url of the logo image, as defined in theme settings.
- * - site_name: The name of the site. This is empty when displaying the site
- *   name has been disabled in the theme settings.
- * - site_slogan: The slogan of the site. This is empty when displaying the site
- *   slogan has been disabled in theme settings.
- *
  * Navigation:
  * - breadcrumb: The breadcrumb trail for the current page.
  *
