drupal/core/modules/rdf/templates/rdf-metadata.html.twig

18 lines
398 B
Plaintext
Raw Normal View History

{#
/**
* @file
* Default theme implementation for empty spans with RDF attributes.
*
* Available variables:
* - metadata: Each item within corresponds to its own set of attributes,
* and therefore, needs its own 'attributes' element.
*
* @see template_preprocess_rdf_metadata()
*
* @ingroup themeable
*/
#}
{% for attributes in metadata %}
<span{{ attributes }}></span>
{% endfor %}