views-view-row-opml.html.twig
Same filename in this branch
Theme override 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/
themes/ stable9/ templates/ views/ views-view-row-opml.html.twig
View source
- {#
- /**
- * @file
- * Theme override to display an item in a views OPML feed.
- *
- * Available variables:
- * - attributes: Attributes for outline element.
- *
- * @see template_preprocess_views_view_row_opml()
- */
- #}
- <outline{{ attributes }}/>