{% include 'head.html' %}
{% include 'browser-upgrade.html' %} {% include 'navigation.html' %} {% block image_feature %} {% include 'image_feature.html' with { page: site} %} {% endblock %}
{% include 'author-bio.html' with { author: site.author } %}
{% block content %} {{ page.content }} {% endblock %}
{% include 'scripts.html' %}