--- layout: table_wrappers --- {%- assign hierarchy = site.html_pages | where_exp:"item", "item.nav_exclude != true" | sort:"title" | sort:"nav_order" | group_by:"parent" -%} {%- assign top_nodes = hierarchy | where_exp:"item", "item.name == ''" | map: "items" | first -%} {% include head.html %} Link Search Menu Expand Document
{% if site.search_enabled != false %} {% endif %} {% if site.aux_links %} {% endif %}
{% unless page.url == "/" %} {% if page.parent %} {% endif %} {% endunless %}
{% if page.sources %} {% endif %} {% if site.heading_anchors != false %} {% include vendor/anchor_headings.html html=content beforeHeading="true" anchorBody="" anchorClass="anchor-heading" %} {% else %} {{ content }} {% endif %} {%- if page.has_collection -%} {% include documents-collection.html sort_by=page.sort_by sort_order=page.sort_order type=page.entries_layout %} {%- elsif page.has_toc != false -%} {%- include toc.html -%} {%- endif -%} {% if site.footer_content != nil or site.last_edit_timestamp or site.gh_edit_link %}
{% if site.back_to_top %}

{{ site.back_to_top_text }}

{% endif %} {% if site.footer_content != nil %}

{{ site.footer_content }}

{% endif %} {% if site.last_edit_timestamp or site.gh_edit_link %}
{% if site.last_edit_timestamp and site.last_edit_time_format and page.last_modified_date %}

Page last modified: {{ page.last_modified_date | date: site.last_edit_time_format }}.

{% endif %} {% if site.gh_edit_link and site.gh_edit_link_text and site.gh_edit_repository and site.gh_edit_branch and site.gh_edit_view_mode %}

{{ site.gh_edit_link_text }}

{% endif %}
{% endif %}
{% endif %}
{% if site.search_enabled != false %} {% if site.search.button %} {% endif %}
{% endif %}