{% capture url %}{% if page.url == "/" %}/index.html{% else %}{{ page.url | default: 'index.html' }}{% endif %}{% endcapture %} {{ site.title | default: site.github.repository_name }} by {{ site.github.owner_name }} {% capture include_head_content %}{% include head.html %}{% endcapture %} {% unless include_head_content contains "Liquid error" %} {% include head.html %} {% endunless %}

{{ 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 %} {% capture include_sidebar_content %}{% include sidebar.html %}{% endcapture %} {% unless include_sidebar_content contains "Liquid error" %} {% include sidebar.html %} {% endunless %}
{{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.google_analytics %} {% endif %}