8 lines
305 B
Twig
8 lines
305 B
Twig
{% apply footnotes_spaceless %}
|
|
{# footnotes/footnote-link.html.twig #}
|
|
<div class="footnote__citation js-footnote-citation" id="{{ fn.ref_id }}">
|
|
<span class="footnote-link">{{ fn.value|render|trim }}</span>
|
|
<template class="footnote-content">{{ fn.text }}</template>
|
|
</div>
|
|
{% endapply %}
|