18 |
19 | {% if site.heading_anchors != false %} 20 | {% include vendor/anchor_headings.html html=content beforeHeading="true" anchorBody="" anchorClass="anchor-heading" anchorAttrs="aria-labelledby=\"%html_id%\"" %} 21 | {% else %} 22 | {{ content }} 23 | {% endif %} 24 | 25 | {% if page.has_children == true and page.has_toc != false %} 26 | {% include components/children_nav.html %} 27 | {% endif %} 28 |
29 | {% include components/footer.html %} 30 |