{% assign index = page.index | default: "index" %} {% assign index = site.data[index] %} {{ index.title | default: "Index" }} {% include head.html %} {% include meta.html meta=index.meta %}
{% include header.html header=index.header %} {% include nav.html %}
{% include toc.html index=index level=1%}
{% include footer.html footer=index.footer %}