{% include header.html %} {% include nav-toolbar.html %} {% include nav-navdrawer.html %} {% include page-jumbotron.html %}
{{ content }}
{% if page.toc %}
{{ content | toc_only }}
{% endif %}
{% include footer.html %}