{% if current_page %} {% if current_page.is_homepage %}

{{ site_name }}

{% else %}

{{ page_title }}

{% endif %} {% endif %}
{% if toc %} {% endif %} {% block content %} {{ content }} {% endblock %} {% if repo_url and current_page %} Edit this page on GitHub {% endif %}