Skip to main content

You're viewing the documentation for an older version of 文档中心. Consider upgrading your project to version 4.x

  • Features
  • Breadcrumbs

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 }}