{% include head.html %} {% include navigation.html %} {% include header.html %} {% for page in site.pages %} {% if page.section-type == "about" %} {% include about.html %} {% elsif page.section-type == "blog" %} {% include blog.html %} {% elsif page.section-type == "career" %} {% include career.html %} {% elsif page.section-type == "contact" %} {% include contact.html %} {% endif %} {% endfor %} {% include footer.html %} {% include js.html %}