views-view-row-opml.html.twig
Same filename in this branch
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
View 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 }}/>
Related topics
- Theme system overview
- Functions and templates for the user interface that themes can override.