{% seo %}
{{ site.title | default: site.github.repository_name }}
{% for entry in site.data.navigation.toc %}
{{ entry.page }}
{% endfor %}
{% if site.show_downloads %}
Download ZIP
Download TAR
{% endif %}
View On GitHub
{{ content }}
{% if site.google_analytics %} {% endif %}