{% include head.html %}
{% include style.html %} {% include navbar.html %} {% include header.html %} {% for section in site.sections %} {{ section.content }} {% endfor %} {% include footer.html %} {% include scripts.html %}