{% if layout.redirect %} {% endif %} {% include layout/styles.html %} {% include layout/scripts.html %}
{% include layout/nav.html %}
{% include layout/subnav.html %}
{% include layout/sidebar.html %}
{% if page.layout != "redirect" and page.error != true and page.toc != false %} {%- capture toc -%} {% include layout/toc.html html=content sanitize=true %} {%- endcapture -%} {% assign toc_test = toc | strip_newlines %}
{% if toc_test != "" %} On this page {% endif %}
{% endif %}
{% if page.title and page.layout != "redirect" and page.error != true %}

{{ page.title }}

{% endif %} {{ content }}
{% include layout/footer.html %}