<%= @taxon.name %>
<%= render partial: 'spree/components/products/products', locals: { products: @products, taxon: @taxon } %>
<% unless params[:keywords].present? %>
<% cache [I18n.locale, @taxon] do %>
<%= render partial: 'spree/components/products/products_by_taxon', collection: @taxon.children %>
<% end %>
<% end %>