one-col.html.twig

Template for a 1 column layout.

This template provides a simple one column display layout.

Avaiable variables:

  • attributes: Attributes to be placed on the wrapping element.
  • content: All content items, each content item is keyed to one region of the layout. 'content' contains the following section:

    • content: Content in the content column.

File

drupal/core/modules/layout/layouts/static/one-col/one-col.html.twig
View source

Related topics