<%= render(Yattho::Beta::Breadcrumbs.new) do |component| %> <% component.with_item(href: "/") do %>Home<% end %> <% component.with_item(href: "/about") do %>About<% end %> <% component.with_item(href: "/about/team") do %>Team<% end %> <% end %>