Breadcrumb
Navigation trail built from BreadcrumbItems. Last item is current page (no link).
layout breadcrumb
Usage
layout.Breadcrumb(layout.BreadcrumbProps{},
layout.BreadcrumbItem{Label: "Home", Href: "/"},
layout.BreadcrumbItem{Label: "Products", Href: "/products"},
layout.BreadcrumbItem{Label: "Widget"}, // current page — no Href
)