13 lines
242 B
Twig
13 lines
242 B
Twig
|
{#
|
||
|
/**
|
||
|
* @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 }}/>
|