% content_for :sidebar do %> <%= hook :taxon_sidebar_navigation do %> <%= render :partial => "shared/taxonomies" %> <%= render(:partial => "shared/filters") if @taxon && @taxon.children.empty? %> <% end %> <% end %> <%= render :partial => "shared/breadcrumbs", :locals => {:crumbs => [ {:path => seo_url(@product.taxons[0].parent), :name => @product.taxons[0].parent.name}, {:path => seo_url(@product.taxons[0]), :name => @product.taxons[0].name} ], :location => accurate_title} %>