{% if site.google_analytics %} {% endif %}
{% seo %}
{{ page.title}}
{% assign navigation_pages = site.html_pages | sort: 'navigation_weight' %} {% for p in navigation_pages %} {% if p.navigation_weight %}
{{ p.title }}
{% endif %} {% endfor %} {% if site.github.is_project_page %}
View on GitHub
{% endif %}
{% if site.show_downloads %}
Download .zip
Download .tar.gz
{% endif %}
{{ content }}