Chris@0: {# Chris@0: /** Chris@0: * @file Chris@0: * Default theme implementation to display a single page. Chris@0: * Chris@0: * The doctype, html, head and body tags are not in this template. Instead they Chris@0: * can be found in the html.html.twig template in this directory. Chris@0: * Chris@0: * Available variables: Chris@0: * Chris@0: * General utility variables: Chris@0: * - base_path: The base URL path of the Drupal installation. Will usually be Chris@0: * "/" unless you have installed Drupal in a sub-directory. Chris@0: * - is_front: A flag indicating if the current page is the front page. Chris@0: * - logged_in: A flag indicating if the user is registered and signed in. Chris@0: * - is_admin: A flag indicating if the user has permission to access Chris@0: * administration pages. Chris@0: * Chris@0: * Site identity: Chris@0: * - front_page: The URL of the front page. Use this instead of base_path when Chris@0: * linking to the front page. This includes the language domain or prefix. Chris@0: * Chris@0: * Page content (in order of occurrence in the default page.html.twig): Chris@0: * - messages: Status and error messages. Should be displayed prominently. Chris@0: * - node: Fully loaded node, if there is an automatically-loaded node Chris@0: * associated with the page and the node ID is the second argument in the Chris@0: * page's path (e.g. node/12345 and node/12345/revisions, but not Chris@0: * comment/reply/12345). Chris@0: * Chris@0: * Regions: Chris@0: * - page.header: Items for the header region. Chris@0: * - page.primary_menu: Items for the primary menu region. Chris@0: * - page.secondary_menu: Items for the secondary menu region. Chris@0: * - page.highlighted: Items for the highlighted content region. Chris@0: * - page.help: Dynamic help text, mostly for admin pages. Chris@0: * - page.content: The main content of the current page. Chris@0: * - page.sidebar_first: Items for the first sidebar. Chris@0: * - page.sidebar_second: Items for the second sidebar. Chris@0: * - page.footer: Items for the footer region. Chris@0: * - page.breadcrumb: Items for the breadcrumb region. Chris@0: * Chris@0: * @see template_preprocess_page() Chris@0: * @see html.html.twig Chris@0: * Chris@0: * @ingroup themeable Chris@0: */ Chris@0: #} Chris@0: