{# Recursively render a page's headings table of contents #} {%- macro render_book_page_toc(children, indents) -%} {%- set tabs = "" -%} {%- for i in range(end = indents) -%} {%- set_global tabs = tabs ~ " " -%} {%- endfor -%} {%- if children | length > 0 %} {{ tabs }}