<header>

<h1>
  {% if site.title %}
    {{ site.title }}
  {% else %}
    {{ site.github.project_title }}
  {% endif %}
</h1>

<p>
  {% if site.tagline %}
    {{ site.tagline }}
  {% else %}
    {{ site.github.project_tagline }}
  {% endif %}
</p>

{% if site.github %}
  <p class="view">
    <a href="{{ site.github.repository_url }}">
      View the Project on GitHub <small>{{ site.github.repository_nwo }}</small>
    </a>
  </p>

  <ul>
    <li><a href="{{ site.github.zip_url }}">Download <strong>ZIP File</strong></a></li>
    <li><a href="{{ site.github.tar_url }}">Download <strong>TAR Ball</strong></a></li>
    <li><a href="{{ site.github.repository_url }}">View On <strong>GitHub</strong></a></li>
  </ul>
{% endif %}

{% if site.google_adsense %}
  {% include google_adsense.html %}
{% endif %}

</header>