views-view-row-opml.html.twig in Zircon Profile 8
Same filename in this branch
Same filename and directory in other branches
Default theme implementation to display an item in a views OPML feed.
Available variables:
- attributes: Attributes for outline element.
See also
File
core/modules/views/templates/views-view-row-opml.html.twigView source
- {#
- /**
- * @file
- * Default theme implementation to display an item in a views OPML feed.
- *
- * Available variables:
- * - attributes: Attributes for outline element.
- *
- * @see template_preprocess_views_view_row_opml()
- *
- * @ingroup themeable
- */
- #}
- <outline{{ attributes }}/>