{% include head.html %}
{% include top-nav.html %}
{% include left-nav.html %}
{% include edit_on_github.html %} {% if page.title %}
{{page.title}} {% if page.subtitle %}
{{page.subtitle}}
{% endif %}
{% endif %}
{{content}}
{% include footer.html %}