{#def page_toc, max_depth=3 #} {% macro render_sub_items(pages) %} {%- for section in pages %}
  • {{ section.name }}
  • {% if section.level <= max_depth -%} {{ render_sub_items(section.children) }} {%- endif %} {%- endfor %} {% endmacro %}