{% include head.html %} {% if page.url != '/index.html' %} {% include sidebar-nav.html %} {% include menu.html %} {% endif %} {{ content }} {% if page.url != '/index.html' %} {% include sidebar-toggle.html %} {% endif %} {% if page.url == '/index.html' %} {% include subscribe.html %} {% include footer.html %} {% endif %} {% include footer-scripts.html %}