{%- extends "base/website.html.twig" -%}
{%- block main -%}
{%- if document.properties.breadcrumbs_navigation_root and document.properties.breadcrumbs_navigation_root.data -%}
{%- set navigation = pimcore_build_nav({
active: document,
root: document.properties.breadcrumbs_navigation_root.data
}) -%}
{%- do app_navigation_enrich_breadcrumbs(navigation) -%}
{%- set renderer = pimcore_nav_renderer('breadcrumbs') -%}
{%- do renderer.setMinDepth(null) -%}
{%- do renderer.setPartial('snippets/breadcrumbs/render.html.twig') -%}
{{ renderer.renderPartial(navigation) | raw }}
{%- endif -%}
{%- set date = document.modificationDate -%}
{%- if document.properties.publish_date is defined and document.properties.publish_date.data -%}
{%- set date = document.properties.publish_date.data -%}
{%- endif -%}