{% load static wagtailcore_tags tour_guide_tags bibster_tags %} {% define_anchor 'section' 'endnotes' level=0 as endnote_anchor_id %}

Notes

    {% for child_block in value %} {% if child_block.block_type == 'note' and child_block.value.category == 'ruminate:endnote' %} {% define_anchor 'endnote' child_block.value.anchor_identifier level=0 label_prefix=anchor_label as anchor_id %}
  1. {% include_block child_block.value %}
  2. {% endif %} {% endfor %}