{% include head.html %}
{% include head/custom.html %}
{% include browser-upgrade.html %}
{% if site.masthead == true and page.masthead != false %}
{% include masthead.html %}
{% endif %}
{{ content }}
{% if site.search == true %}
{% include search/search_form.html %}
{% endif %}
{% if site.footer == true and page.footer != false %}
{% endif %}
{% include scripts.html %}
{% include custom.html %}