{# ------------------------------------------------------------------------- Recursive table of contents Renders page.toc.items as nested lists. ------------------------------------------------------------------------- #} {% macro render_toc(items, level=1) %} {% if items %} {% endif %} {% endmacro %} {% if page and page.toc and page.toc.items %} {% endif %}