{% capture root_url %}{{ site.root | strip_slash }}{% endcapture %}{% include site/head.html %}
{% include site/header.html %}
{% if page.hero_unit %} {% include site/hero_unit.html %} {% endif %}
{% if page.is_post and page.sidebar == false %}
{% elsif page.is_homepage %}
{% else %}
{% endif %} {{ content | expand_urls: root_url }}
{% unless page.sidebar == false %} {% endunless %}
{% include site/footer.html %}
{% include javascripts/scripts.html %}