Upgraded drupal core with security updates
[yaffs-website] / web / core / modules / rdf / templates / rdf-wrapper.html.twig
1 {#
2 /**
3  * @file
4  * Default theme implementation for wrapping content with RDF attributes.
5  *
6  * Available variables:
7  * - content: The content being wrapped with RDF attributes.
8  * - attributes: HTML attributes, including RDF attributes for wrapper element.
9  *
10  * @ingroup themeable
11  */
12 #}
13 <span{{ attributes }}>{{ content }}</span>