{% include head.html %} {% include body.html %}
{% include header.html %}
{% include sidebar.html %}
{% if page.url == '/' %} {% comment %} Homepage {% endcomment %}
{{content}}
{% else %} {% comment %} Regular page, not homepage {% endcomment %}
{{content}}
{% endif %}
{% include footer.html %}