{% include head.html %}
{% include header.html %}
{% if page.menubar %} {% include menubar.html %} {% endif %}
{% include tabs.html %} {{ content }}
{% if page.toc %} {% include toc.html html=content class="menu-list" sanitize=true %} {% endif %}
{% include footer.html %}