--- layout: table_wrappers --- {% include head.html %} Skip to main content Link {% include icons/external_link.html %} {% capture nav %} {% assign pages_top_size = site.html_pages | where_exp:"item", "item.title != nil" | where_exp:"item", "item.parent == nil" | where_exp:"item", "item.nav_exclude != true" | size %} {% if pages_top_size > 0 %} {% include nav.html pages=site.html_pages key=nil %} {% endif %} {% if site.just_the_docs.collections %} {% assign collections_size = site.just_the_docs.collections | size %} {% for collection_entry in site.just_the_docs.collections %} {% assign collection_key = collection_entry[0] %} {% assign collection_value = collection_entry[1] %} {% assign collection = site[collection_key] %} {% if collection_value.nav_exclude != true %} {% include nav.html pages=collection key=collection_key %} {% endif %} {% endfor %} {% endif %} {% endcapture %}
{% unless page.url == "/" %} {% if page.parent %} {% endif %} {% endunless %}
{% if site.heading_anchors != false %} {% include vendor/anchor_headings.html html=content beforeHeading="true" anchorBody="" anchorClass="anchor-heading" %} {% else %} {{ content }} {% endif %} {% if page.has_children == true and page.has_toc != false %}
{% include toc_heading_custom.html %} {% endif %} {% capture footer_custom %} {%- include footer_custom.html -%} {% endcapture %} {% if footer_custom != "" or site.last_edit_timestamp or site.gh_edit_link %}
{% endif %}
{% if site.mermaid %} {% endif %}