bibcite_footnotes-8.x-1.0-beta3/templates/bibcite-footnotes-citation.html.twig
templates/bibcite-footnotes-citation.html.twig
{#
/**
* @file bibcite-footnotes-citation.html.twig
* Default theme implementation to present bibliographic data.
*
* Available variables:
* - content: A list of content items. Use 'content' to print all content, or
* - attributes: HTML attributes for the container element.
*
* @see template_preprocess_bibcite_footnotes_works_cited()
*
* @ingroup themeable
*/
#}
{% if content %}
<span{{attributes.addClass('bibcite-footnotes-citation')}}>
{{ content }}
</span>
{% endif %}
