You are here

views-view-row-opml.html.twig in Drupal 10

Theme override to display an item in a views OPML feed.

Available variables:

  • attributes: Attributes for outline element.

File

core/themes/stable9/templates/views/views-view-row-opml.html.twig
View source
  1. {#
  2. /**
  3. * @file
  4. * Theme override to display an item in a views OPML feed.
  5. *
  6. * Available variables:
  7. * - attributes: Attributes for outline element.
  8. *
  9. * @see template_preprocess_views_view_row_opml()
  10. */
  11. #}
  12. <outline{{ attributes }}/>