--- html_class: home --- {% include head.html %} {% include site-header.html %}
{% for page in site.pages %} {{ page.title }} {{ page.url }} {% endfor %}
{% include foot.html %}