<% posts_in_year(item[:academic_year]).each do |post| %>

<%= post[:title] %> <%= post[:created_at] %>

<%= post[:description] %>
<% end %>