@@include('./partials/html.html') @@include("./partials/title-meta.html", {"title": "Breadcrumb"}) @@include('./partials/head-css.html')
@@include('./partials/menu.html')
@@include("./partials/page-title.html", {"subtitle":"Base UI","title":"Breadcrumb"})

Example

Indicate the current page’s location within a navigational hierarchy that automatically adds separators via CSS. Please read the official Bootstrap documentation for more options.

With Icons

Optionally you can also specify the icon with your breadcrumb item.

@@include('./partials/footer.html')
@@include('./partials/right-sidebar.html') @@include('./partials/footer-scripts.html')