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