{% macro toc(page) %} {% for h in page.toc %} {{ h.title }} {% if h.children %} {% for c in h.children %} {{ c.title }} {% endfor %} {% endif %} {% endfor %} {% endmacro %} {% macro linklog(page) %} {% set lh_data = load_data(path="linklog.json") %}