{% include base/head.html %}
{% if site.environment == "demo" %}
{% endif %}
{% if page.activePage == 'index' %}
{% endif %}
{% if page.activePage == 'sidebar-without-footer' %} {% include base/left-sidebar-without-footer.html %} {% else %} {% include base/left-sidebar.html %} {% endif %}
{% include base/header.html %}
{{ content }}
{% if page.activePage == 'right-sidebar' %} {% include base/right-sidebar.html %} {% endif %}
{% include base/footer.html %}
{% include base/scripts.html %}