{% include "header.html" %} {% include "_docsnav.html" %}
{% include "_sidebar.html" %}

{{ page.title }}

{{ content }} {% if section.list %}

In This Section

    {{ section.list }}
{% endif %} {{ pagination }}
{% include "footer.html" %}