<%= title.title %>

<%= title.entries.size %> entries found

<%- title.entries.each_with_index do |e, i| -%>
<%= (percentage[i] * 100).round(1) %>%

<%= e.title %>

<%- end -%>