Skip to main content

You're viewing the documentation for an older version of Docs. Consider upgrading your project to version 3.x

Breadcrumbs

Breadcrumbs are used to indicate the current navigational context of a page.

Dok uses a custom tag to display breadcrumbs that are based on the navigation, instead of of the uri. This allows you to have a consistent context for users, and a different collection structure than the one used for navigation.

antlers
{{ release:breadcrumbs }}
    <span>
        {{ title }}
    </span>
{{ /release:breadcrumbs }}

Theme