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

Footnotes

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