{% load wagtailcore_tags footnote_tags %} {% if page.footnotes_list %}

Footnotes

    {% footnotes_in_page page as footnotes %} {% for footnote in footnotes %}
  1. [{{ forloop.counter }}] {{ footnote.text|richtext }}
  2. {% endfor %}
{% endif %}