{% if not doc.metadata.layout.hide_sidebar %} {% endif %} Home {% for part in project.content %} {# {% if part.chapters %}
{{part.index.content.metadata.title}}
{% for chapter in part.chapters %} {{chapter.index.content.metadata.title}} {% endfor %}
{% else %} #} {{part.index.content.metadata.title}} {# {% endif %} #} {% endfor %}
GitHub