overlay.html.twig

Default theme implementation to display a page in the overlay.

Available variables:

  • attributes: HTML attributes for the containing element.
  • content_attributes: HTML attributes for the content.
  • title_attributes: HTML attributes for the title.
  • title: The (sanitized) title of the page.
  • page: The rendered page content.
  • tabs: Tabs linking to any sub-pages beneath the current page (e.g., the view and edit tabs when displaying a node).
  • disable_overlay: The message about how to disable the overlay.

See also

template_preprocess()

template_preprocess_overlay()

File

drupal/core/modules/overlay/templates/overlay.html.twig
View source

Related topics