{% seo %}

{{ site.title | default: site.github.repository_name }}

{{ site.description | default: site.github.project_tagline }}

Overview

{% if site.github.is_project_page %}

View the Project on GitHub {{ github_name }}

{% endif %} {% if site.github.is_user_page %}

View My GitHub Profile

{% endif %} {% if site.show_downloads %} {% endif %}
{% for part in site.parts %} {% if part.url == page.url %} {% assign is_part = true %} {% assign part_index0 = forloop.index0 %} {% assign part_index1 = forloop.index %} {% endif %} {% endfor %} {% for part in site.parts %} {% if part_index0 == forloop.index %} {% assign prev_part = part %} {% endif %} {% if part_index1 == forloop.index0 %} {% assign next_part = part %} {% endif %} {% endfor %}

{{ page.title }}

{% if prev_part %}


{% endif %} {% if next_part %}


{% endif %} {{ content }} {% if prev_part %}


{% endif %} {% if next_part %}


{% endif %}
{% if site.google_analytics %} {% endif %}