{% include head.html %}
{% include header.html %}
{% if page.sidebar %} {% include sidebar.html %} {% endif %} {{ content }}
{% include footer.html %} {% if page.custom_js %} {% for js_file in page.custom_js %} {% endfor %} {% endif %} {% if page.sidebar %} {% endif %}