--- layout: table_wrappers --- {% include head.html %} {% include gtag_frame.html %} Link Search Menu Expand Document
{% include header_menu.html %}
{% 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 %}

Table of contents

    {%- assign children_list = pages_list | where: "parent", page.title | where: "grand_parent", page.parent -%} {% for child in children_list %}
  • {{ child.title }}{% if child.summary %} - {{ child.summary }}{% endif %}
  • {% endfor %}
{% endif %}
{% if site.search_enabled != false %} {% if site.search.button %} {% endif %}
{% endif %}
{% if site.footer_content != nil or site.last_edit_timestamp or site.gh_edit_link %}
{% else %} {% include footer.html %} {% endif %}