{% if page.hero_image_url %} {% endif %} {% include "common/breadcrumbs.html" with parents=page.get_parent_pages %} {{ page.title }} {% if page.subtitle %} {{ page.subtitle }} {% endif %} {% include "common/content-details.html" %} {% if page.table_of_contents %} Table of Contents {% for toc_item in page.table_of_contents %} {% include "common/toc-item.html" %} {% endfor %} {% endif %} Top