diff --git a/core/modules/system/templates/html.html.twig b/core/modules/system/templates/html.html.twig index 2c6ba8b..9b15c2b 100644 --- a/core/modules/system/templates/html.html.twig +++ b/core/modules/system/templates/html.html.twig @@ -7,9 +7,6 @@ * - logged_in: A flag indicating if user is logged in. * - root_path: The root path of the current page (e.g., node, admin, user). * - node_type: The content type for the current node, if the page is a node. - * - css: A list of CSS files for the current page. - * - head: Markup for the HEAD element (including meta tags, keyword tags, and - * so on). * - head_title: List of text elements that make up the head_title variable. * May contain or more of the following: * - title: The title of the page. @@ -19,11 +16,9 @@ * - page: The rendered page markup. * - page_bottom: Closing rendered markup. This variable should be printed after * 'page'. - * - styles: HTML necessary to import all necessary CSS files in . - * - scripts: HTML necessary to load JavaScript files and settings in . - * - scripts_bottom: HTML necessary to load JavaScript files before closing - * tag. * - db_offline: A flag indicating if the database is offline. + * - token: The token for generating head, styles, scripts and scripts_bottom + * placeholders. * * @see template_preprocess_html() * diff --git a/core/themes/classy/templates/layout/html.html.twig b/core/themes/classy/templates/layout/html.html.twig index 10fa21f..0c80f9c 100644 --- a/core/themes/classy/templates/layout/html.html.twig +++ b/core/themes/classy/templates/layout/html.html.twig @@ -7,9 +7,6 @@ * - logged_in: A flag indicating if user is logged in. * - root_path: The root path of the current page (e.g., node, admin, user). * - node_type: The content type for the current node, if the page is a node. - * - css: A list of CSS files for the current page. - * - head: Markup for the HEAD element (including meta tags, keyword tags, and - * so on). * - head_title: List of text elements that make up the head_title variable. * May contain or more of the following: * - title: The title of the page. @@ -19,11 +16,9 @@ * - page: The rendered page markup. * - page_bottom: Closing rendered markup. This variable should be printed after * 'page'. - * - styles: HTML necessary to import all necessary CSS files in . - * - scripts: HTML necessary to load JavaScript files and settings in . - * - scripts_bottom: HTML necessary to load JavaScript files before closing - * tag. * - db_offline: A flag indicating if the database is offline. + * - token: The token for generating head, styles, scripts and scripts_bottom + * placeholders. * * @see template_preprocess_html() */