--- --- {% comment %} The default layout for the site, which is extended by all other layouts. {% endcomment %} {% include head.html %} {% if page.title == "Home" %} {% else %} {% endif %}
{% comment %} Any layout that extends this layout will have its contents added as the {{content}} variable. {% endcomment %} {%- include navigation.html -%} {{ content }}
{% include footer.html %}