+
+
+ {% 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_toc != false %} + {% include components/children_nav.html %} + {% endif %} +
+ + {% capture toc_content %}{% include toc.html html=content sanitize=true h_min=2 h_max=3 %}{% endcapture %} + {% if toc_content != blank %} + + {% endif %} +
+ + {% include components/footer.html %} +