<% posts_in_year(item[:academic_year]).each do |post| %>
<%= post[:title] %>
<%= excerptize(post.reps[:text].compiled_content, length: 200) %>
<% end %>