bibcite_footnotes-8.x-1.0-beta3/templates/bibcite-footnotes-works-cited.html.twig
templates/bibcite-footnotes-works-cited.html.twig
{#
/**
* @file bibcite-footnotes-works-cited.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
*/
#}
<div{{attributes.addClass('bibcite-footnotes-works-cited')}}>
{% if content %}
{{ content }}
{% endif %}
</div>
