90f50f4ae50027637930e93048b629c8229d823a
[yaffs-website] / rdf-wrapper.html.twig
1 {#
2 /**
3  * @file
4  * Theme override 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 #}
11 <span{{ attributes }}>{{ content }}</span>