{% for item in config.menu %} {% if item.children %} {% for child in item.children %} {% if child.children %} {% for grandchild in child.children %} {% endfor %} {% else %} {% endif %} {% endfor %} {% endif %} {% endfor %}
{% if doc_info %}
{% include doc_info.template_path %}
{% if doc_info.frontmatter.doc_show_toc != False %} {% endif %}
{% else %} {{ slot }} {% endif %}