{% include head.html %}
{% if page.id == 'index' %}
{{ site.title | default: site.github.repository_name }}
{% else %}
{{ site.title | default: site.github.repository_name }}
{% endif %}
{{ site.description | default: site.github.project_tagline }}
{{ content }}
{% include sidebar.html %}
{% include analytics.html %}