<%= title.display_name %>   <% if is_admin %> <% end %>

<%= title.content_label %> found

<% hash = { "auto" => "Auto", "title" => "Name", "time_modified" => "Date Modified", "time_added" => "Date Added", "progress" => "Progress" } %> <%= render_component "sort-form" %>
<% title.titles.each_with_index do |item, i| %> <% progress = title_percentage[i] %> <%= render_component "card" %> <% end %>
<% entries.each_with_index do |item, i| %> <% progress = percentage[i] %> <%= render_component "card" %> <% end %>
<%= render_component "entry-modal" %>

Edit

Upload a cover image by dropping it here or
"> selecting one
<% content_for "script" do %> <%= render_component "dots" %> <% end %>