rdf-wrapper.html.twig 294 B

1234567891011
  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>