{% include head.html %} {% include header.html %}
{% if page.sidebar %}
{{ content }}

{% include {{page.sidebar}} %}
{% else %} {{ content }} {% endif %}
{% include footer.html %}