camaleon-8.x-1.x-dev/templates/views/views-view-row-opml.html.twig
templates/views/views-view-row-opml.html.twig
1 2 3 4 5 6 7 8 9 10 11 12 | {# /** * @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 }}/> |