views-view-grid.html.twig

Default theme implementation for views to display rows in a grid. Available variables: attributes: HTML attributes for the wrapping element. title: The title of this group of rows. view: The view object. rows: The rendered view results. options: The view plugin style options. row_class_default: A flag indicating whether default classes should be used on rows. col_class_default: A flag indicating whether default classes should be used on columns. items: A list of grid items. Each item c

views-view-grouping.html.twig

Default theme implementation to display a single views grouping. Available variables: view: The view object. grouping: The grouping instruction. grouping_level: A number indicating the hierarchical level of the grouping. title: The group heading. content: The content to be grouped. rows: The rows returned from the view. See also template_preprocess_views_view_grouping() File core/modules/views/templates/views-view-grouping.html.twig Related topics Theme system overview Functions and

views-view-list.html.twig

Default theme implementation for a view template to display a list of rows. Available variables: attributes: HTML attributes for the container. rows: A list of rows for this list. attributes: The row's HTML attributes. content: The row's contents. title: The title of this group of rows. May be empty. list: @todo. type: Starting tag will be either a ul or ol. attributes: HTML attributes for the list element. See also template_preprocess_views_view_list() File core/modules/views/tem

views-view-opml.html.twig

Default template for feed displays that use the OPML style. Available variables: title: The title of the feed (as set in the view). updated: The modified date of the feed. items: The feed items themselves. See also template_preprocess_views_view_opml() File core/modules/views/templates/views-view-opml.html.twig Related topics Theme system overview Functions and templates for the user interface that themes can override.

views-view-row-opml.html.twig

Default theme implementation to display an item in a views OPML feed. Available variables: attributes: Attributes for outline element. See also template_preprocess_views_view_row_opml() File core/modules/views/templates/views-view-row-opml.html.twig Related topics Theme system overview Functions and templates for the user interface that themes can override.

views-view-row-rss.html.twig

Default theme implementation to display an item in a views RSS feed. Available variables: title: RSS item title. link: RSS item link. description: RSS body text. item_elements: RSS item elements to be rendered as XML (pubDate, creator, guid). See also template_preprocess_views_view_row_rss() File core/modules/views/templates/views-view-row-rss.html.twig Related topics Theme system overview Functions and templates for the user interface that themes can override.

views-view-rss.html.twig

Default template for feed displays that use the RSS style. Available variables: link: The link to the feed (the view path). namespaces: The XML namespaces (added automatically). title: The title of the feed (as set in the view). description: The feed description (from feed settings). langcode: The language encoding. channel_elements: The formatted channel elements. items: The feed items themselves. See also template_preprocess_views_view_rss() File core/modules/views/templates/views-

views-view-summary-unformatted.html.twig

Default theme implementation for unformatted summary links. Available variables: rows: The rows contained in this view. url: The URL to this row's content. count: The number of items this summary item represents. separator: A separator between each row. attributes: HTML attributes for a row. active: A flag indicating whether the row is active. options: Flags indicating how each row should be displayed. This contains: count: A flag indicating whether the row's 'count' should be displaye

views-view-summary.html.twig

Default theme implementation to display a list of summary lines. Available variables: rows: The rows contained in this view. Each row contains: url: The summary link URL. link: The summary link text. count: The number of items under this grouping. attributes: HTML attributes to apply to each row. active: A flag indicating whtether the row is active. options: Flags indicating how the summary should be displayed. This contains: count: A flag indicating whether the count should be display

views-view-table.html.twig

Default theme implementation for displaying a view as a table. Available variables: attributes: Remaining HTML attributes for the element. class: HTML classes that can be used to style contextually through CSS. title : The title of this group of rows. header: The table header columns. attributes: Remaining HTML attributes for the element. content: HTML classes to apply to each header cell, indexed by the header's key. default_classes: A flag indicating whether default classes should be