--- layout: base --- {% include components/breadcrumb.html %} {% if page.sticky_tab_bar %} {% include components/sticky_tab_bar.html object=page %} {% endif %}
{% if page.toc %}
{{ content | toc_only }}
{% endif %}
{{ content | inject_anchors }}