{% include 'head.html' %} {% if toc != false -%} {% assign tocContents = content | generateToc %} {% if tocContents == null or tocContents == '' -%} {% assign toc = false %} {% endif -%} {% endif -%} {% render 'cookie-notice.html' %} {% render 'gtags.html' %} {% include 'page-header.html', obsolete:obsolete %} {% include 'navigation-side.html' %}
{% if toc != false -%} {% include 'navigation-toc-side.html', tocContents:tocContents %} {% endif -%}
{% include 'navigation-sub.html' -%}
{% if underscore_breaker_titles -%}

{{title | underscoreBreaker}}

{% else %}

{{title }}

{% endif -%} {% if show_breadcrumbs == true -%} {% include 'breadcrumbs.html' -%} {% endif -%}
{% if toc != false -%} {% include 'navigation-toc-top.html', tocContents:tocContents -%} {% endif -%} {{ content }} {% include 'navigation-sub.html' -%} {% include 'page-github-links.html' -%}
{% render 'page-footer.html' %}