Creates the markup for a breadcrumb trail to the current page.
<@ breadcrumbs { options } @>
Options
- class String|false
- The class for the wrapping
<ul>element. The default isfalse. - excludeHidden Boolean
- Defines whether hidden pages get excluded from the breadcrumb trail. The default is
false.