{% if not doc.metadata.layout.hide_sidebar %} {% endif %} Home {% for part in project.content %} {% if mode == "draft" or not part.index.content.metadata.draft %} {{ part.index.content.metadata.title }} {% endif %} {% endfor %}
GitHub