<% @item.self_and_ancestors.each do |f| %> <%= link_to_if f.child?, f.caption, folder_path(f) %> <%= link_to_if f.root?, '/', folder_path(f) %> <% end %>
<%= render @filer.template_name, :filer => @filer %>