{% if current_page %} {% if current_page.is_homepage %} {{ site_name }} {% else %} {{ page_title }} {% endif %} {% endif %} {% if toc %} In this section {% for toc_item in toc %} {{ toc_item.title }} {% for toc_item in toc_item.children %} {{ toc_item.title }} {% endfor %} {% endfor %} {% endif %} {% block content %} {{ content }} {% endblock %} {% if repo_url and current_page %} Edit this page on GitHub {% endif %}