--- layout: default class: index --- {% capture header %}
{% if site.logo %} logo {% endif %}

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

{% if site.subtitle %}

{{ site.subtitle }}

{% endif %}

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

{% if site.show_download %}

Free Download

{% endif %}

View the Project on GitHub

{% endcapture %} {% include body.html %}