rdf-wrapper.html.twig 333 B

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