{% capture lchar %}{{page.url | slice: -1, 1}}{% endcapture %} {% capture url %}{% if lchar == "/" %}{{page.url}}index.html{% else %}{{ page.url | default: 'index.html' }}{% endif %}{% endcapture %} {{ site.title | default: site.github.repository_name }} by {{ site.github.owner_name }} {% if site.custom_head %} {% include head.html %} {% endif %}

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

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

{% if site.github.is_user_page %}

View My GitHub Profile

{% endif %} {% if site.show_downloads %} {% endif %} {% if site.custom_sidebar %} {% include sidebar.html %} {% endif %}
{{page.relative_path}} {% if site.use_github_wiki %} Edit History Source {% else %} Edit {% if site.use_prose_io %} Edit with Prose.io {% endif %} History Source {% endif %} {% if site.google_cse_token %} {% else %}
{% if site.use_github_wiki %} {% endif %}
{% endif %}
{{ content }} {% if site.comments %} {% include comments.html %} {% endif %}
{% if site.google_analytics %} {% endif %}