% content_for :head do -%> <% if @page.attribute_present? :meta_keywords -%> <% end -%> <% if @page.attribute_present? :meta_description -%> <% end -%> <% end -%> <% content_for :sidebar do %> <% if "products" == @current_controller && @taxon %> <%= render :partial => "shared/filters" %> <% else %> <%= render :partial => "shared/taxonomies" %> <% end %> <% end %>