view core/modules/rdf/templates/rdf-wrapper.html.twig @ 5:c69a71b4f40f

Add slideshow module
author Chris Cannam
date Thu, 07 Dec 2017 14:46:23 +0000
parents 4c8ae668cc8c
children
line wrap: on
line source
{#
/**
 * @file
 * Default theme implementation 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.
 *
 * @ingroup themeable
 */
#}
<span{{ attributes }}>{{ content }}</span>