--- layout: table_wrappers --- {% include head.html %} Link {% capture nav %} {% 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 %} {% endif %} {% endfor %} {% else %} {% include nav.html pages=site.html_pages %} {% endif %} {% endcapture %}
{% unless page.url == "/" %} {% if page.parent %} {%- for node in pages_list -%} {%- if node.parent == nil -%} {%- if page.parent == node.title or page.grand_parent == node.title -%} {%- assign first_level_url = node.url | absolute_url -%} {%- endif -%} {%- if node.has_children -%} {%- assign children_list = pages_list | where: "parent", node.title -%} {%- for child in children_list -%} {%- if page.url == child.url or page.parent == child.title -%} {%- assign second_level_url = child.url | absolute_url -%} {%- endif -%} {%- endfor -%} {%- endif -%} {%- endif -%} {%- endfor -%} {% 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 %}

Table of contents

{% endif %} {% capture footer_custom %} {%- include footer_custom.html -%} {% endcapture %} {% if footer_custom != "" or site.last_edit_timestamp or site.gh_edit_link %}
{% endif %}