{% include "common/breadcrumbs.html" with parents=page.get_parent_pages %}
{{ page.title }}
{% if page.subtitle %}
{{ page.subtitle }}
{% endif %}
{% include "common/content-details.html" %}
{% block hero_buttons %}
{% if page.table_of_contents %}
{% endif %}
{% endblock %}