{% include site/head.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 %} {% if page.is_homepage %} {{ content }} {% else %} {{ content | output_modder }} {% endif %}
{% unless page.sidebar == false %} {% endunless %}
{% include javascripts/scripts.html %}