diff -u b/core/themes/seven/templates/page.html.twig b/core/themes/seven/templates/page.html.twig --- b/core/themes/seven/templates/page.html.twig +++ b/core/themes/seven/templates/page.html.twig @@ -12,6 +12,20 @@ * - logged_in: A flag indicating if the user is registered and signed in. * - is_admin: A flag indicating if the user has permission to access * administration pages. + * - 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: A modified version of the page title, for use in the TITLE tag. + * - head_title_array: List of text elements that make up the head_title + * variable. May contain or more of the following: + * - title: The title of the page. + * - name: The name of the site. + * - slogan: The slogan of the site. + * - page_top: Initial rendered markup. + * - page_bottom: Closing rendered markup. + * - styles: Style tags necessary to import all necessary CSS files in the head. + * - scripts: Script tags necessary to load the JavaScript files and settings + * in the head. * * Site identity: * - front_page: The URL of the front page. Use this instead of base_path when @@ -60,6 +74,19 @@ * @ingroup themeable */ #} + + + + {{ head }} + {{ head_title }} + {{ styles }} + {{ scripts }} + + + +{{ page_top }}
{{ title_prefix }} @@ -105,0 +133,3 @@ +{{ page_bottom }} + +