{% if page.title %}
{{ page.title }} | {{ site.title_suffix }}
{% else %}
{{site.title_suffix}}
{% endif %} {% if site.google_analytics %} {% endif %}
{% seo %}
{{ page.title | default: site.title | default: site.github.repository_name }}
{{ page.description | default: site.description | default: site.github.project_tagline }}
{% if site.github.is_project_page %}
View on GitHub
{% endif %} {% if site.show_downloads %}
Download .zip
Download .tar.gz
{% endif %}
{{ content }}