- {% if site.heading_anchors != false %}
- {% include vendor/anchor_headings.html html=content beforeHeading="true" anchorBody=" " anchorClass="anchor-heading" anchorAttrs="aria-labelledby=\"%html_id%\"" %}
- {% else %}
- {{ content }}
- {% endif %}
-
- {% if page.has_children == true and page.has_toc != false %}
-
-
- - {% endif %} + {% include components/header.html %} +
-
- {% endif %}
-
-
+ {% include components/search_footer.html %}
{% endif %}
+
+ {% if site.mermaid %}
+ {% include components/mermaid.html %}
+ {% endif %}
-
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 %} + {% include components/header.html %} +
+ {% include components/breadcrumbs.html %}
+
-
{% if site.search_enabled != false %}
- {% if site.search.button %}
-
-
+
+ {% if site.heading_anchors != false %}
+ {% include vendor/anchor_headings.html html=content beforeHeading="true" anchorBody=" " anchorClass="anchor-heading" anchorAttrs="aria-labelledby=\"%html_id%\"" %}
+ {% else %}
+ {{ content }}
+ {% endif %}
+ {% if page.has_children == true and page.has_toc != false %}
+ {% include components/children_nav.html %}
+ {% endif %}
+
+ {% include components/footer.html %}