Chris@0: {#
Chris@0: /**
Chris@0: * @file
Chris@0: * Default theme implementation for empty spans with RDF attributes.
Chris@0: *
Chris@0: * The XHTML+RDFa doctype allows either or syntax to
Chris@0: * be used, but for maximum browser compatibility, W3C recommends the
Chris@0: * former when serving pages using the text/html media type, see
Chris@0: * http://www.w3.org/TR/xhtml1/#C_3.
Chris@0: *
Chris@0: * Available variables:
Chris@0: * - metadata: Each item within corresponds to its own set of attributes,
Chris@0: * and therefore, needs its own 'attributes' element.
Chris@0: *
Chris@0: * @see template_preprocess_rdf_metadata()
Chris@0: *
Chris@0: * @ingroup themeable
Chris@0: */
Chris@0: #}
Chris@0: {% for attributes in metadata %}
Chris@0:
Chris@0: {% endfor %}