{% include head.html %}
{% include header.html %}
{% include {{ page.section_menu }} %}
{% include page-toc.html html=content h_min=2 h_max=3 class="nav" %}
{{ content }}
{% include footer.html %}