{% include head.html %} {% assign toctitles = page.toc | split: "|" %}
{% include navbar.html %}
{% include menu-reference.html %}
{{ page.title }}
{% if page.toc %}
Table of Contents
{% for title in toctitles %}
{{ title }}
{% endfor %}
{% endif %}
{{ page.subtitle }}
{{ content }}
{% include footer.html %}