Files
Popsu-coloque/web/themes/contrib/mediteran/templates/misc/rdf-wrapper.html.twig
T
2020-06-08 23:57:36 +02:00

12 lines
294 B
Twig

{#
/**
* @file
* Theme override for wrapping content with RDF attributes.
*
* Available variables:
* - content: The content being wrapped with RDF attributes.
* - attributes: HTML attributes, including RDF attributes for wrapper element.
*/
#}
<span{{ attributes }}>{{ content }}</span>